The BusSlider is a different style Slider and beautiful.
Requirements
Swift 5.1
XCode 11
Screenshot
Install
The BusSlider is in cocoapods. you should open your terminal and change your path to your project and install the BusSlider with this command :
pod 'BusSlider'
How to Use
You can use BusSlider in you storyboard. you can change colors and set maxValue.
if you wanna get current value, you can use onChange
method.
bsSlider.onChange = { value in self.lblText1.text = "\(value)" }