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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top