私のムービープレーヤーに小さな問題が 1 つあります..![ムービープレーヤーはこのように表示されます]
1 : http://i.stack.imgur.com/WujxB.pngしかし、スクリーンショットの下に表示したい
マイコード:
moviePlayerController = [[MPMoviePlayerController alloc] initWithContentURL:videoURL];
moviePlayerController.view.frame = CGRectMake(0,0,320,460);
moviePlayerController.fullscreen = YES;
[self.view addSubview:moviePlayerController.view];
[moviePlayerController play];