I have an application in which I set up a notification to be shown at a specific time and date. Now I want to control the sound volume with a UISlider notification or an audio player. How to control notification sound in an application using UISlider ?
UISlider
Thanks in advance...
-(IBAction)sliderValueChanged:(UISlider *)slider{ player.volume=slider.value; [audioPlayer setVolume:setPlayerVolume]; }