I've been using MPMusicPlayerController to play Music within the app, which has no volume slider available to the user.
There are instances that I have to fade the music in and out. So far I've been using volume property from MPMusicPlayerController within a loop to do that.
After iOS7, volume property is deprecated. Apple wants devs to use MPVolumeView. I have no use with a volume slider, just need to fade the music at certain occasions. Is there a way with iOS7?
Thanks in advance