JotaP

Results 3 comments of JotaP

I had the same problem in iOS 7.2 (i think).... to solve it: First initialize the MoviePlayer: ``` ALMoviePlayerController *moviePlayer = [[ALMoviePlayerController alloc] init]; ``` And then set the content...

Ok, thanks for the info (I'll split the template for now).