Skip to content

Instantly share code, notes, and snippets.

@philippelatulippe
Last active May 3, 2016 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippelatulippe/79927a6a7d28fd85f45c0af5a06ad37d to your computer and use it in GitHub Desktop.
Save philippelatulippe/79927a6a7d28fd85f45c0af5a06ad37d to your computer and use it in GitHub Desktop.
Range sliders for iOS

It should look like UISlider and have two thumbs.

  • NMRangeSlider Looks good, many users, but the creator is gone and there's tons of personal forks. Doesn't work with Swift!
  • TTRangeSlider Maintained, but doesn't look like UISlider. (It has neither thumbs nor a different bar colour for the selected range) It doesn't track touch very well, when touch leaves the control then returns inside of it, the thumb move independently from the finger.
  • MSRangeSlider Many downloads from cocoapods, but no forks, issue or stars on github. It doesn't track touch very well, the thumb doesn't move right away, and it has the same issue as TTRangeSlider.
  • MARKRangeSlider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment