DoubleSlider is a version of UISlider that has two draggable points —useful for choosing two points in a range.
Add via Xcode in the usual way
You can use CocoaPods to install DoubleSlider
by adding it to your Podfile
:
platform :ios, '11.0'
use_frameworks!
pod 'DoubleSlider'
import DoubleSlider
Create a Cartfile
that lists the framework and run carthage update
. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/DoubleSlider.framework
to an iOS project.
github "yhkaplan/DoubleSlider"
link |
Stars: 48 |
Last commit: 19 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics