Skip to content

phaibin/CMRangeSlider

 
 

Repository files navigation

This is a UIControl subclass that is similar to Apple's UISlider view, except instead of tracking a single float value between 0 and 1, this control uses two thumb controls to track a range of float values (a min and max) between 0 and 1.

Check out the code for comments to see how to use it. Not that complicated.  Not a big deal. Useful, though.

About

A slider similar to Apple's UISlider, except this one has two thumb controls and tracks a range of float values between 0 and 1.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%