What I had done:
I enabled full screen mode on the simulator so I executed the following command:
defaults write com.apple.iphonesimulator AllowFullscreenMode -bool YES
Question:
How can I remove this rectangular bar shown in the image (so that it is like the default setting when xcode is installed)?
I have tried the following without any success:
- Executed the above command with a NO
- Deleted
/Users/<Username>/Library/Preferences/com.apple.iphonesimulator.plist
- Created a new Mac User
- Deleted Xcode and installed it again