AHKSlider
is a UISlider
subclass that improves the precision of selecting values. The idea behind it is described in a blog post: Improving UISlider's Precision.
To run the example project; clone the repo, and run pod install
from the Example directory first. Alternatively, run pod try AHKSlider
from the command line.
- iOS 6 and above
- ARC
AHKSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "AHKSlider"
and then use AHKSlider
instead of UISlider
.
Arkadiusz Holko: