Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 587 Bytes

README.markdown

File metadata and controls

19 lines (11 loc) · 587 Bytes

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 License

If you use it, I'd love to hear from you: @barrettjacosbsen