https://github.com/uptechteam/slidingrangeselector
https://github.com/uptechteam/slidingrangeselector
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/uptechteam/slidingrangeselector
- Owner: uptechteam
- License: mit
- Created: 2019-10-14T03:19:49.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-10-30T15:36:23.000Z (over 6 years ago)
- Last Synced: 2025-04-19T13:46:42.576Z (about 1 year ago)
- Language: Swift
- Size: 144 KB
- Stars: 23
- Watchers: 18
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# SlidingRangeSelector


Simple, nice range selector with the behaviour of a slider, that allows to select a range of values
## Main Features
* select range by taping on values or by sliding thumbs
* thumbs that can change their width interactively while sliding
* masked labels, that gives nice effect while sliding a thumb

## Installation
Just add ```SlidingRangeSelector.swift``` file to your Xcode project
## Usage
You can find example of usage in an `Example` project. It's really easy to setup Slider.
```Swift
sliderView.set(
values: ["uptech", "1", "2", "3", "4"],
minSelectedValueIndex: 0,
maxSelectedValueIndex: 3,
animated: false
)
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](./LICENSE.MD)