Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redmadrobot/acslider
🎚 A slider displaying selected value
https://github.com/redmadrobot/acslider
ios swift ui
Last synced: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T13:57:16.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T08:27:15.072Z (3 months ago)
- Topics: ios, swift, ui
- Language: Swift
- Size: 612 KB
- Stars: 16
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Redmadrobot](https://github.com/Redmadrobot/ACSlider/blob/master/header.svg)](http://redmadrobot.com)
# 🎚 ACSlider
[![Redmadrobot](https://img.shields.io/badge/made%20by%20robots-for%20humans-EB5440.svg)](https://github.com/RedMadRobot) [![Version](https://img.shields.io/cocoapods/v/ACSlider.svg?style=flat)](https://cocoapods.org/pods/ACSlider) [![License](https://img.shields.io/cocoapods/l/ACSlider.svg?style=flat)](https://cocoapods.org/pods/ACSlider) [![Platform](https://img.shields.io/cocoapods/p/ACSlider.svg?style=flat)](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://img.shields.io/twitter/url/http/shields.io.svg?style=social)](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.
[![Redmadrobot](https://github.com/Redmadrobot/ACSlider/blob/master/robot.svg)](http://redmadrobot.com)