I'd like to fade-out the sound played by MPMusicPlayerController over a particular time period? How can I do this?
| |||||
feedback
|
|
There is no fade functionality so you have to implement it yourself. Loop until volume is 0, and add a delay for each step. If you want all this to happen 2 seconds into the future, put the code on a block:
| |||
|
feedback
|