swift2_Xcode7.3
HGCircularSlider
[
](https://travis-ci.org/Hamza Ghazouani/HGCircularSlider)
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
- iOS 7.1+
- Xcode 7.3
Installation
HGCircularSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:
# Swift 2.2 - Xcode 7.3.1
pod 'HGCircularSlider', '~> 0.1.1'
Usage
- Change the class of a view from UIView to CircularSlider, RangeCircularSlider or MidPointCircularSlider
- Programmatically:
let circularSlider = CircularSlider(frame: myFrame)
OR
let circularSlider = RangeCircularSlider(frame: myFrame)
OR
let circularSlider = MidPointCircularSlider(frame: myFrame)
Documentation
You can install documentation locally using jazzy.
References
The UI examples of the demo project inspired from Dribbble.
The project is Inspired from UICircularSlider
Author
Hamza Ghazouani, hamza.ghazouani@gmail.com
License
HGCircularSlider is available under the MIT license. See the LICENSE file for more info.
Languages
Swift
96.7%
Ruby
2.5%
Objective-C
0.8%



