By default, the iPhone Mirroring window on macOS Sequoia appears at actual size and cannot be resized. The frame of the iPhone with iOS 18 is not draggable and the size of the iPhone cannot be enlarged. However, it is possible to make the window larger through a hidden setting.
Make sure iPhone Mirroring is closed, then perform the following steps:
- Open Terminal. It can be found in the /Applications/Utilities folder.
- Run
defaults write com.apple.ScreenContinuity showScalingControls -bool true
. Copy, paste and press Enter. - Restart iPhone Mirroring. Quit the app and reopen it.
- A new slider is present in the title bar. Drag it to zoom the window larger.
This sets a hidden setting in the ~/Library/Preferences/com.apple.ScreenContinuity.plist
file which makes an extra slider appear in the title bar.
Drag the slider to make the window larger and zoom the contents.
To reset this functionality and remove the extra slider, delete the override on the setting using defaults delete com.apple.ScreenContinuity showScalingControls
and restart iPhone Mirroring.
Hopefully Apple adds proper support for resizing the window in the future, but for now this workaround works!
Doesn't work.
there's an option for larger, actual size and smaller in view menu but I'm not sure if this was present before using defaults write command
Yes this article predates that option being added to macOS. I'll add a note to the top that this is outdated.