Open djaygit opened 9 years ago
How about doing it in the action of the slider's didChangeValue target?
- (IBAction)didChangeVolume:(UISlider *)sender {
self.playback.player.volume = sender.value;
}
self.playback is of class AFSoundPlayback
?? Uh?
I'm really stuck here, how do u change the volume with the slider?