
HI,
I am developing an application in IOS. Can anyone tell me how to? hide status bar?
Thanks

Hi,
Following code can be used:
[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationFade];
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.