Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 758 Bytes

File metadata and controls

28 lines (15 loc) · 758 Bytes

StepSlider

StepSlider its custom implementation of slider such as UISlider for preset values. Behind the scenes StepSlider manipulate integer indexes. Its based on drawing directlyon CAShapeLayer.

You can add StepSlider right from code with any of standard initialisers. Or you can add it directly on your storybord. Its fully IBDesignable and IBInspetable compatible.

You can try it on Appetize.io.

Requirements

  • iOS 7.0+
  • Xcode 7

Installation

CocoaPods

Add pod 'StepSlider' to your Podfile.

Manual Installation

Just copy StepSlider class to your project.

License

StepSlider is available under the MIT license. See the LICENSE file for more info.