iOS circular slider.
IBDesignable and IBInspectables are supported, you can setup a slider right in the Interface builder. If you have any problems with it, try Editor / Refresh Views in XCode.
Constant value can be set. You can change colors, sizes, min and max values, constant value. Optional maximum value limiter can be set.
I use this control with ReactiveCocoa. Written in Objective C.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Tested on iOS 9 and higher. But probably it supports iOS 8 also.
DKCircularSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DKCircularSlider'
Denis Kutlubaev, kutlubaev.denis@gmail.com
DKCircularSlider is available under the MIT license. See the LICENSE file for more info.