Hi all,
I am developed one iPhone application which is working good in iphone 3.0.
While i am doing comparability with 4.0 it is giving some deprecated workings.
Please find the code below.....
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];
Note: this is working fine in 3.0 but giving warning in 4.0
[[UIApplication sharedApplication] setStatusBarHidden:YES
withAnimation:UIStatusBarStyleDefault];
Note: this is working fine in 4.0 but not at all working in 3.0.
My coding part almost completed, I need to publish this application ASAP.
Please help me out in this issue.
Thanks in advance.