how to hide status bar .
in sdk 3.1 or lower version it is possible by adding this code in
- (void)applicationDidFinishLaunching:(UIApplication *)application{
[application statusBarHidden:TRUE];
}
but in 4.1 this method is not available in delegate class. i can see some site like this
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES];
it is also not working.
any body know that how it will possible in iPhone sdk 4.1 ?
thanks and regards..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…