0

-> My entire app has status bar hidden only. My app support all orientations.

-> When i play video from MPMoviePlayerController in potrait mode and enters into full screen and then i press done button so far works fine.

->But while playing the video(potrait mode) and enters full screen and then i turned device into Landscape, now i pressed done button , a white status bar is showing. How to solve that one. Please help me

sankar siva
  • 255
  • 1
  • 2
  • 5
  • check this out http://stackoverflow.com/questions/3653236/hide-statusbar-from-mpmovieplayercontroller – Hanuman Mar 14 '12 at 11:11
  • @Hanuman i have seen that link. But i should not use MPMoviePlayerViewController and i should not add MPMoviePlayerController view on the window. – sankar siva Mar 14 '12 at 11:21
  • This issue only appear in Simulator. iPhone / iPad does not have such problem. – Stephen Jul 16 '12 at 10:20

1 Answers1

0

have you tried to add "Status bar is initially hidden - YES" on you apps main plist file? and also try this - [[UIApplication sharedApplication]setStatusBarHidden:true]; i hope it will help..

Maulik
  • 19,348
  • 14
  • 82
  • 137
kjhkjhkjh
  • 412
  • 3
  • 12