I have a Universal iOS application, I want the status bar (UIStatusBar) to appear when the app is installed on the iPad but not when installed on the iPhone.
Currently my solution is to set UIStatusBarHidden in the app-info.plist to true (which affects both versions) and then re-enable it in the application:didFinishLaunchingWithOptions: if the device is iPad. This kind of works, but I want the status bar to appear when the app is still loading (showing the default screen) for iPad, and not for iPhone.
是否有办法实现这一目标? (I ve试图增加一个单帕混凝土板/价值,但又是木板)