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:>
This is marked solved, and yet I'd like to add another solution to this that I feel is cleaner.
if (!progressSlider.highlighted) { [progressSlider setValue: progressValue]; }