How to hide iOS simulator Tool Bar?

Assuming you want a nice screenshot with the device the following worked for me, from Swany’s answer on this Apple forum thread : In a terminal, disable shadows on Screenshots with the following command: defaults write com.apple.screencapture disable-shadow -bool TRUE; killall SystemUIServer Take a screenshot with Screencapture, either by selecting a region without the Toolbar, … Read more