↧
Answer by Nordeast for Subclass UISlider: override or disable built-in haptic...
This does not appear to be possible. I would checkout some open source copies of UISlider or build your own from scratch. I have built them from scratch before and they are not too complicated. Here is...
View ArticleSubclass UISlider: override or disable built-in haptic feedback?
I have a subclass of UISlider and I wish to override (specifically, disable) the built-in haptic feedback that it generates whenever the thumb reaches the ends of the track. I have my own methods of...
View Article