Pregunta

I have to modify an ios app and the problem is that status bar(the bar with wifi icon and time things on top) is so big like three times larger than ordinary statusbar.

I'm doing nothing with statusbar in code . ...How can i fix this?

¿Fue útil?

Solución

Very simple: you have insert UIViewController in UINavigationController so, what you see is:

-------------------------
20 px StatusBar
-------------------------
44 px UINavigationBar
-------------------------

In iOS 7 they have the exactly same color.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top