alskipp/ASValueTrackingSlider

A great feature would be to add another knob and let this have a range.

Closed this issue · 5 comments

A great feature would be to add another knob and let this have a range.

+1 for this feature...a range slider would be great!

Yes, a multi range on one slider would be really cool!

Hi folks,
I agree that a range slider with pop-up views would be nice - however, I'm not sure how easy it would be to integrate into this project.

I do recall seeing some range slider projects, but I haven't looked into their implementation. I suspect that they are not UISlider subclasses, so this would involve reimplementing various UISlider functionality. In any case I think such a control is logically a separate entity to a traditional UISlider, so it would make sense if it were a separate project.

My suggestion to anyone willing to undertake such a project would be to use the popUpView implementation here: https://github.com/alskipp/ASProgressPopUpView/blob/master/ASProgressPopUpView/ASPopUpView.h
It has improved animation behaviour, which I need to integrate into this project when I have time.

Hi, https://github.com/muZZkat/NMRangeSlider is such a project with a range slider, perhaps it's not very difficult tu implement ASPopUpView there. I will give it a try.

Hi @appicus ,
Best of luck with that. If you put your work in progress up on github, I'll try and contribute to the project if I have some spare time.
Al