Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jugidev/b90ec079d08e3ed6d39baaffa43f34fa to your computer and use it in GitHub Desktop.
Save jugidev/b90ec079d08e3ed6d39baaffa43f34fa to your computer and use it in GitHub Desktop.
How to hide the status bar in the iPhone Simulator.

Hide status bar in iPhone Simulator

  1. Open Info.plist.
  2. Add row with key View controller-based status bar appearance and value NO if not present.
  3. Add row with key Status bar is initially hidden with value YES if not present.
  4. Save and run the project.

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment