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: 11 days 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: 2025-03-27T06:23:03.426Z (20 days ago)
- Language: Objective-C
- Homepage:
- Size: 149 KB
- Stars: 68
- Watchers: 3
- Forks: 12
- 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
# 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