Skip to content

farhad1985/BusSlider

Repository files navigation

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 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)" }