Forked from remarkablemark/hide-status-bar-in-iphone-simulator.md
Created
July 18, 2022 08:58
-
-
Save jugidev/b90ec079d08e3ed6d39baaffa43f34fa to your computer and use it in GitHub Desktop.
Revisions
-
remarkablemark created this gist
Jul 13, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)