문제

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