Xcode status bar hidden - different on iPad and iPhone
Of course I know how to change the status bar — [application setStatusBar...] — once the application has been loaded in the application:applicationDidFinishLaunchingWithOptions: method.
But I'm working on the universal application (using window based app template) and I've only one [projectName]-Info.plist.
There is only one key "Status bar is initially hidden" that can be added to above plist file, and there is no variant for iPhone and iPad (like for supported device orientation).
So is there any way to show initially the status b开发者_JAVA技巧ar on iPad, and to have it hidden on iPhone? Browsing neither Stack Overflow nor Apple docs gave me the answer.
精彩评论