mardi 1 avril 2014

Remove iOS7 top status bar for full screen app

Hi,

for those doing who want to build a full screen ST iOS app as of iOS 7 when you build the iOS 7 status/navugation bar will appear at the top of the screen



to remove open your [appname]-info.plist file (for phonegap deployments) and add the following two lines to the end



<key>UIStatusBarHidden</key>

<true/>

<key>UIViewControllerBasedStatusBarAppearance</key>

<false/>



Here is some other options:



http://ift.tt/1gZLZwU



http://ift.tt/Occwdu



Cheers

Roger




Aucun commentaire:

Enregistrer un commentaire