Kersten
Results
2
comments of
Kersten
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
Having the exact same issue. @borut-t Did you figure out a solution?