user1454940
user1454940

Reputation: 57

MPMoviePlayer: Show volume slider on iPad

Hi My name is abhishek and I am trying to use the mpmovieplayer to show a video in my app. I created a sample app and I can see the play/ pause , next, previous control. However I cannot see the volume slider. Does the volume slider not appear by default?

Upvotes: 0

Views: 365

Answers (1)

WolfLink
WolfLink

Reputation: 3317

After looking at the documentation, it seems MPMoviePlayerController may not include a volume slider anymore. Perhaps look into using an MPVolumeView.

Upvotes: 1

Related Questions