An Open Source iOS Component Providing A More Precise UISlider

Previously I’ve mentioned a number of custom UISlider components most recently a UISlider with a nice value tracking popup.

Here’s a component submitted by Arkadiusz Holko called AHKSlider that solves the precision issue that can arise when using UISlider.

You may have noticed that when the user lifts their finger from the slider there is a small value change, and if you need maximum precision from a slider than this can cause issues.

Here’s an animation from the readme demonstrating this issue, and the precision of AHKSlider:

AHKSlider

You can read more about the component and improving the precision of UISlider over on the Holko blog.

You can find AHKSlider on Github here.

A custom slider component solving a common issue.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: An Open Source iOS Component Providing A More Precise UISlider

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *