Make staus bar visible without overlapping view
Posted
by aeolai
on Stack Overflow
See other posts from Stack Overflow
or by aeolai
Published on 2010-05-09T15:02:33Z
Indexed on
2010/05/09
15:08 UTC
Read the original article
Hit count: 153
iphone
Hello, I have a tab bar with two views. In the first view the iPhone status bar is hidden using [[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES]. When the second view is loaded, and the status bar is made visible again using [[UIApplication sharedApplication] setStatusBarHidden:NO animated:YES] it overlaps the view. How do I make the status bar visible again without overlapping the second view?
Thanks
© Stack Overflow or respective owner