2017-01-05 17:31:47 +01:00
2016-11-10 00:53:56 +01:00
2016-11-08 01:02:01 +01:00
2016-11-08 02:00:36 +01:00
2016-11-08 00:58:30 +01:00
2016-11-10 22:02:45 +01:00
2016-11-10 22:26:09 +01:00
2016-11-09 01:54:53 +01:00
2016-11-08 01:02:01 +01:00
2016-11-08 01:02:01 +01:00
2016-11-10 22:19:01 +01:00

HGCircularSlider

Twitter: @GhazouaniHamza [CI Status](https://travis-ci.org/Hamza Ghazouani/HGCircularSlider) Version License Platform

Readme Score codebeat badge

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

  1. Change the class of a view from UIView to CircularSlider, RangeCircularSlider or MidPointCircularSlider
  2. 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.

Player BasicExample OClock

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.

S
Description
A custom reusable circular / progress slider control for iOS application.
Readme MIT 18 MiB
Languages
Swift 96.7%
Ruby 2.5%
Objective-C 0.8%