I am using a MPMoviePlayerViewController in my iOS application and when i am playing video it displaying a default bar for play/pause, seek bar and full screen button. and i do not want to show this bcoz i want to do this from my own controls. so please can any one suggest me how i do this.
Thanks
MPMoviePlayer has got a
controlStyleattribute that you can set toMPMovieControlStyleNonelike shown belowHope this helps.