The BusSlider is a different style Slider and beautiful.
The BusSlider is in cocoapods. you should open your terminal and change your path to your project and install the BusSlider with this command :
You can use BusSlider in your 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)" }