iOS MPMovieplayer controller style issue
问题 I have create a VideoPlayer/VideoEditor, I can select a video from device memory by using picker view controller. The below image shows how seek bar show when play a video but before choose, It's show a seek bar with correspondent image After Choose a picture i have use with the selected url to MPMoviePlayerController, player = [[MPMoviePlayerController alloc]initWithContentURL:[info objectForKey:@"UIImagePickerControllerMediaURL"]]; player.controlStyle = MPMovieControlStyleEmbedded; But show