Custom Double Handle Slider

风格不统一 提交于 2019-12-02 17:47:02

问题


I was wondering if anyone had some code, or knew of a place that has code for creating a double handled slider. (EX. Kayak application filter results time, has a slider with thumbs on both ends to create a range.) I am looking to do something similar using a double slider to search for a range of ages on a person array.

Any help would be great!


回答1:


I created a double slider and posted it on GitHub.

Blog post: http://dev.doukasd.com/2010/08/double-slider/

GitHub page: https://github.com/doukasd/iOS-Components/tree/master/Controls/DoubleSlider

Let me know how it works for you.




回答2:


Hey, I wrote one and posted it to git hub, too. Wish I'd seen Dimitris' earlier!

http://github.com/cmezak/CMRangeSlider




回答3:


I just found a really nice one. There is an article on how it was built and on the second page a link to the github repository. It looks like something Apple would have done!

Wicked Double Slider

Posting this as I have a need for a really nice slider, found this page first, with so-so reviews of the projects, then later tripped on what appears to be a commercial quality project



来源:https://stackoverflow.com/questions/3283165/custom-double-handle-slider

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!