I am wondering how you would replace the status bar or at least place the page control over it? This would be a temporary placement for a couple seconds each time someone pages then it will disappear. I have seen it in apps before.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont think you cant get above the statusbar as it doesn’t belong to your root-window.
But can call this to remove the UIStatusBar manually even with animation option.
You can also disable it in your window in InterfaceBuilder. Or you can add the key
Status bar is initially hidden = YESin yourappname-Info.plistfile.Then you can do with the space what you want.
Maybe you want to remove it and then let it appear again, but be aware that your root-window-size will change due to the 20 pixel you gain from the hidden statusbar.