Hide the status while playing movie using MPMoviePlayerController
Posted
by mobapps
on Stack Overflow
See other posts from Stack Overflow
or by mobapps
Published on 2010-05-26T05:06:40Z
Indexed on
2010/05/26
5:11 UTC
Read the original article
Hit count: 423
iphone
Hi Friends,
I already hide the status bar in my application using [[UIApplication sharedApplication] setStatusBarHidden:YES];. But when i play movie then automatically it display the status bar on the top.
Does anyone knows that how to hide the status bar while playing movie.
Thanks.
© Stack Overflow or respective owner