ACSlider 1.0.2

ACSlider 1.0.2

Maintained by Roman Churkin.



ACSlider 1.0.2

Redmadrobot


🎚 ACSlider

Redmadrobot Version License Platform


Slider which designed specially for our Alarm Clock concept.

Implemented as a subclass of UIControl. You can set slider title and max value right in Attributes Inspector in Interface Builder, thanks to @IBInspectable. Also you can choose Slider color using Tint Color property. And there is no need to run simulator to see final result – it is fully rendered in storyboard by @IBDesignable.


Feel free to use this code in your projects and me if you have any questions or suggestions.


Example

To run the example project, clone the repo, and run pod install from the Example directory first.


Installation

ACSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ACSlider'

License

ACSlider is available under the MIT license.


Redmadrobot