Reputation: 57
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
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