I'm working on an iPad app, it has a few videos within views using the MPMediaPlayer
framework.
Videos are working nice but on viewLoad there is a flashing of the video area when it loads the video. It shows black for a split second then starts playing.
I was thinking of using an NSTimer
on viewDidLoad
to unhide the hidden video view, which might give it a second to load up. Any other ideas?