Disappearing status bar at the top after MPMoviePlayerController is closed?

Maybe the animation from when the video view disappears is causing a timing issue with the status bar animation.

Maybe the animation from when the video view disappears is causing a timing issue with the status bar animation. Try delaying the statusBardden = NO call by a few seconds. NSInteger delay = 3; dispatch_after(dispatch_time(DISPATCH_TIME_NOW, delay * NSEC_PER_SEC), dispatch_get_current_queue(), ^{ UIApplication sharedApplication.

StatusBar }).

Thanks, this does work but the shortest time it seems to successfully delay for is 1 second which is a bit too long. If its the only way I can fix it, then it will do, but preferably it would just appear as soon as the view loads, rather than 1 second later – Matthew Hallatt Aug 24 at 13:54.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions