An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# AHKSlider

[![License: MIT](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://github.com/fastred/AHKSlider/blob/master/LICENSE)
[![CocoaPods](https://img.shields.io/cocoapods/v/AHKSlider.svg?style=flat)](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 GIF](https://raw.githubusercontent.com/fastred/AHKSlider/master/demo.gif)

## 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)