Reputation: 2334
I use [[MPMusicPlayerController iPodMusicPlayer] setVolume:]
to set volume of playback, but I don't want system volume popup (the one that appears when you control the volume with volume up/down buttons on a device) to appear.
How can I achieve it?
Upvotes: 2
Views: 2724
Reputation: 622
Check this out: https://developer.apple.com/library/ios/DOCUMENTATION/MediaPlayer/Reference/MPVolumeView_Class/Reference/Reference.html
Upvotes: 3