Guest User

Untitled

a guest
May 7th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if(3.2 <= [[[UIDevice currentDevice] systemVersion] intValue]){
  2. [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationFade];
  3. } else {
  4. [[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment