Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kamimura

macrumors newbie
Original poster
Dec 9, 2013
1
0
Moved to iOS 7.0.3 / Xcode 5.0.2
Videos stopped playing, both on simulator and device.

//snippet

movieController = [[MPMoviePlayerController alloc] initWithContentURL:url];


movieController.fullscreen = YES;
movieController.controlStyle = MPMovieControlStyleEmbedded;
movieController.scalingMode = MPMovieScalingModeAspectFit;
movieController.view.frame = self.bounds;
if(floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_6_1)
{
movieController.contentURL = url;

}

Any help is welcome!

Thanks in advance!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.