Skip to content

RedMadRobot/ACSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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