Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrettj/BJRangeSliderWithProgress
A "progress bar" that also allows you to select a range. I use it to indicate progress of recording audio, represent trimming it, and then playing back only the selected range.
https://github.com/barrettj/BJRangeSliderWithProgress
Last synced: 3 months ago
JSON representation
A "progress bar" that also allows you to select a range. I use it to indicate progress of recording audio, represent trimming it, and then playing back only the selected range.
- Host: GitHub
- URL: https://github.com/barrettj/BJRangeSliderWithProgress
- Owner: barrettj
- License: other
- Created: 2011-10-17T14:10:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T15:01:32.000Z (over 11 years ago)
- Last Synced: 2024-10-31T21:03:37.745Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 149 KB
- Stars: 68
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - BJRangeSliderWithProgress - A "progress bar" that also allows you to select a range. I use it to indicate progress of recording audio, represent trimming it, and then playing back only the selected range. (etc)
- awesome - BJRangeSliderWithProgress - A "progress bar" that also allows you to select a range. I use it to indicate progress of recording audio, represent trimming it, and then playing back only the selected range. (etc)
README
# Summary
A "progress bar" that also allows you to select a range.I use it to indicate progress of recording audio, represent trimming it, and then playing back only the selected range.
# Screenshot
![](https://github.com/barrettj/BJRangeSliderWithProgress/blob/master/screenshot.png?raw=true)# Quick Tips
To be notified when either slider changes, register for UIControlEventValueChanged:
`[mySlider addTarget:self action:@selector(valueChanged) forControlEvents:UIControlEventValueChanged];`# License
MIT LicenseIf you use it, I'd love to hear from you: @barrettjacosbsen