I have a UISlider and I want it to stop at a certain value. This is not the maximum, but a number that is available programmatically.
Example: UISlider has max value of
I found an easy solution by using UIControlEventAllEvents instead of UIControlEventValueChanged.