Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)