How to detect the event when the user has ended the drag of a slider pointer?
You can use:
- (void)addTarget:(id)target action:(SEL)action forControlEvents:(UIControlEvents)controlEvents
to detect when the touchDown and touchUp events occur in UISlider