Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 748 Bytes

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