Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display controls and seekbar of MPMoviePlayerController always iPhone

Tags:

ios

iphone

ipad

I want controls and seekbar of MPMoviePlayerController should be visible all the time. Currently controls and seekbar hides after specific time. Please let me know solution for this.

like image 858
Farukh Zahoor Avatar asked Nov 13 '22 13:11

Farukh Zahoor


1 Answers

Try the answer here: MPMoviePlayerController control visible when starting movie

You need to manipulate the controlStyle of your MPMoviePlayerController class

http://developer.apple.com/library/ios/#documentation/mediaplayer/reference/MPMoviePlayerController_Class/Reference/Reference.html#//apple_ref/occ/instp/MPMoviePlayerController/controlStyle

like image 142
Des Avatar answered Nov 15 '22 07:11

Des