When I was watching a YouTube video of overseas iOS application development, I saw Xcode and Simulator side by side on a full screen screen. I couldn't do it as it was, so I looked it up.
It's quite convenient to display Xcode and Simulator side by side pic.twitter.com/a6yzUOsPcc
& mdash; M (@ p_x9) December 13 , 2020
Execute the following command on terminal.
defaults write com.apple.iphonesimulator AllowFullscreenMode -bool YES
Launch Xcode and Simulator to make Xcode full screen. And you can line up by bringing the simulator to xcode with Mission Control (the one who swipes the trackpad up with three fingers).
By the way, you can bring the simulator to the left side as shown below, so you can adjust it to your liking.
https://dev.to/zdnk/-fullscreen-xcode-and-simulator-42ng
Recommended Posts