I\'m using an UISlider, its updated automatically except the user is touching the sliderbutton. therefore i did this in the function which updates automatically by an NSTimer:>
when user touchs the slider you could set a boolean variable flag and make it NO. and in the update method check if the flag is YES or NO.