https://github.com/redmadrobot/acslider
🎚 A slider displaying selected value
https://github.com/redmadrobot/acslider
ios swift ui
Last synced: 10 days ago
JSON representation
🎚 A slider displaying selected value
- Host: GitHub
- URL: https://github.com/redmadrobot/acslider
- Owner: RedMadRobot
- License: mit
- Created: 2019-01-15T14:39:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T13:57:16.000Z (about 5 years ago)
- Last Synced: 2025-04-13T17:03:02.422Z (10 days ago)
- Topics: ios, swift, ui
- Language: Swift
- Size: 612 KB
- Stars: 17
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://redmadrobot.com)
# 🎚 ACSlider
[](https://github.com/RedMadRobot) [](https://cocoapods.org/pods/ACSlider) [](https://cocoapods.org/pods/ACSlider) [](https://cocoapods.org/pods/ACSlider)
Slider which designed specially for our [Alarm Clock concept](https://dribbble.com/shots/5054031-Colored-Alarm-Clock-Interface).
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 [](https://twitter.com/Firmach) 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](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'ACSlider'
```
## License
ACSlider is available under the MIT license.
[](http://redmadrobot.com)