Default.png is displayed below the status area, you want to make it fullscreen

As indicated in the title,

My Default.png is displayed below the status area.
The status bar area is darkened.

How can I make default.png display in full screen mode.

  • change

This does not duplicate the issue, like those that are related.

"The status bar is initially hidden" has already been checked in my info.plist.
I do not see the status bar, only the area in which the status bar is located looks black when default.png loads.
I have to add that I see this happening on iphone 3g with ios 3.1.2, the other devices I tested work fine.

+3
source share
1

iOS7 Xcode5, : Target → [ ] → General- > DeployMent Info- > . iOS7, iOS6, :

  • (BOOL) : ( UIApplication *) doneFinishLaunchingWithOptions: (NSDictionary *) launchOptions;

:

application.statusBarHidden = NO;

0

All Articles