I have problem with status bar. In my application is bigger than normal. Why? I don't use Storyboard.
Asked
Active
Viewed 193 times
0
-
Are you using translucent UINavigationBar (it is contained in UINavigationController too)?. – FruitAddict Jun 16 '16 at 11:54
-
It's simple controller (not NavigationControler) with some subviews. – JaSHin Jun 16 '16 at 11:55
-
Are you talking about the actual status bar(looks normal to me) or the light blue rectangle on top of your view? – FruitAddict Jun 16 '16 at 11:58
-
About status bar. In application is bigger than normaly (see distance between wifi icon and time) – JaSHin Jun 16 '16 at 12:04
1 Answers
1
Check this out. Your launch screen is not provided in native resolutions so the app scales up. Change the launch screen for your target to your main storyboard and it should be fine.

Community
- 1
- 1

FruitAddict
- 2,042
- 15
- 16