iPhone/iOS Status bar not hiding in Xcode project -


hi have tried following unable remove status bar application:

  1. set status bar hidden yes in plist
  2. 'hide during application launch' ticked in project general settings
  3. set status bar 'none' in interface builder file controlling view controllers
  4. set [uiapplication sharedapplication].statusbarhidden = yes; in app delegate.

all these used work fine in 100 applications did before made recent xcode upgrade..

is there other secret way of getting rid of status bar in app? need journey apple headquarters , slay red dragon ?

found solution

in apps plist file add row call "view controller-based status bar appearance" , set no

enter image description here

source - openfl


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -