https://github.com/fastred/ahkslider
A UISlider subclass that improves the precision of selecting values.
https://github.com/fastred/ahkslider
Last synced: over 1 year ago
JSON representation
A UISlider subclass that improves the precision of selecting values.
- Host: GitHub
- URL: https://github.com/fastred/ahkslider
- Owner: fastred
- License: mit
- Created: 2014-05-26T19:47:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T08:53:58.000Z (about 12 years ago)
- Last Synced: 2025-04-19T23:45:21.055Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://holko.pl/ios/2014/05/26/improving-uisliders-precision/
- Size: 282 KB
- Stars: 59
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AHKSlider
[](https://github.com/fastred/AHKSlider/blob/master/LICENSE)
[](https://github.com/fastred/AHKSlider)
`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](http://holko.pl/ios/2014/05/26/improving-uisliders-precision/).

## Demo
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.
## Requirements
* iOS 6 and above
* ARC
## Installation
AHKSlider is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
pod "AHKSlider"
and then use `AHKSlider` instead of `UISlider`.
## Author
Arkadiusz Holko:
* [Blog](http://holko.pl/)
* [@arekholko on Twitter](https://twitter.com/arekholko)