Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jugidev/b90ec079d08e3ed6d39baaffa43f34fa to your computer and use it in GitHub Desktop.

Select an option

Save jugidev/b90ec079d08e3ed6d39baaffa43f34fa to your computer and use it in GitHub Desktop.

Revisions

  1. @remarkablemark remarkablemark created this gist Jul 13, 2016.
    8 changes: 8 additions & 0 deletions hide-status-bar-in-iphone-simulator.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    ### 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](http://blog.blakesimpson.co.uk/read/74-hide-the-ios-8-status-bar-for-better-app-store-screenshots)