Search code examples
iosmpmovieplayercontroller

Modifying controls for an MPMoviePlayerController


Is there a way to modify the control set for an MPMoviePlayerController? I really only want to keep around the fullscreen icon.


Solution

  • No, there is not. You could just disable the controls and make the fullscreen button yourself though, no? It would be very trivial.