문제

I would like to access the StatusBar's frame and change it(to have more space to display another control in the horizontal way since the space on the Navigation Bar on the iPhone is pretty limited).

Is this possible through some kind of manipulation through the StatusBar's UIWindow or absolutely impossible?

도움이 되었습니까?

해결책

This is not possible on iOS. You can try replicating the status bar on your own, or lose it all together.

다른 팁

You can custom StatusBar only changing its color. But if you don't want it, you can hide StatusBar.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top