Search code examples
iosframestatusbaruiwindowuistatusbar

Edit StatusBar's frame


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?


Solution

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