yonat / MultiSlider

UISlider clone with multiple thumbs and values, range highlight, optional snap intervals, optional value labels, either vertical or horizontal.
MIT License
494 stars 113 forks source link

None of the releases contain the swiftUI MultiValueSlider #61

Closed JKim0119 closed 4 years ago

JKim0119 commented 4 years ago

Description of the problem: When doing a pod install, the MultiValueSlider is not present. The releases do not contain the MultiValueSlider.swift file in the sources. I assume this is because the releases are created from the master branch.

I'd like to see a release with the swiftUI branch or merging the swiftUI branch into the master branch.

Only way to get MultiValueSlider into project is to clone the repo and branch to the swiftUI branch and set the MultiSlider pod path to the repo path.

Thanks!

yonat commented 4 years ago

Try this:

pod 'MultiSlider', :git => 'https://github.com/yonat/MultiSlider.git', :branch => 'swiftui'
JKim0119 commented 4 years ago

Didn't know you could do that with pods. Thank you!