Search code examples
iphonecocoa-touchmpmovieplayer

iPhone MPMoviePlayer hide movie Control


hi i want hide movie control (Play - next - volume and ..)from MPMoviePlayer ... what can i do ?


Solution

  • You can do this by this line of code which hides the controls of the player.

    [player setMovieControlMode:MPMovieControlModeHidden];