Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 499 Bytes

File metadata and controls

21 lines (14 loc) · 499 Bytes

KVolumeSlider

Replaces the system volume popup with a simple progress bar.

alt tag

Use

    let volumeBar = KVolumeSlider()
    self.view.addSubview(volumeBar)
Change Color
    volumeBar.backColor = .orange

License

Usage is provided under the MIT License. See LICENSE for the full details.