Programmatic access to the iOS status bar?

93 views Asked by At

I'm trying to reproduce something that an iPad app called Mailbox is doing. The app is somehow able to control the status bar in ways I can't figure out. The follow picture shows an app state where the main screen panel is shifted to the right, and somehow the status bar has moved off to the right as well:

enter image description here

The follow picture shows the app when it's temporarily replaced the status bar with a simple label that contains custom text ("Mailbox in sync"). When you pull the messages list to refresh, it appears that the main status bar slides up out of site and then this custom label slides down in its place:

enter image description here

Anybody know how this is being done?

0

There are 0 answers