Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Personal hotspot blue bar problem

When I launch my application while some device is connected to my iPhone (hence, a blue bar showing the number of connection will be shown), my launch image (Default.png) gets deformed and the size no longer fits the screen size.

How can I solve this problem? I have tried to check the "status bar initially hidden" but it only helps after the startup image is loaded.

Thanks in advance.

like image 747
xcoder Avatar asked May 31 '11 04:05

xcoder


1 Answers

There isn’t really a way around this. If I remember correctly, the system adjusts the launch image for double-height status bars by cutting out some portion of its middle; your only option to mitigate this problem is to figure out which part of your Default.png is getting cut out and change the image so that that removal isn’t as noticeable.

like image 93
Noah Witherspoon Avatar answered Sep 29 '22 12:09

Noah Witherspoon