younthu / StepSlider

Adapted for dealglobe app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StepSlider

Description

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', '~> 0.0.2' 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.

About

Adapted for dealglobe app

License:MIT License


Languages

Language:Objective-C 97.5%Language:Ruby 2.5%