iPhone/iOS Status bar not hiding in Xcode project -
hi have tried following unable remove status bar application:
- set status bar hidden yes in plist
- 'hide during application launch' ticked in project general settings
- set status bar 'none' in interface builder file controlling view controllers
- 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
source - openfl
Comments
Post a Comment