yonat / MultiSlider

UISlider clone with multiple thumbs and values, range highlight, optional snap intervals, optional value labels, either vertical or horizontal.
MIT License
494 stars 113 forks source link

Xcode 11 and Swift Packages #31

Closed d-litvinenko closed 5 years ago

d-litvinenko commented 5 years ago

When adding MultiSlider as a Swift Package into the project, it doesn't compile because of missing import UIKit in extension files.

I changed that directly and it worked. So it would be awesome to have it on master branch.

yonat commented 5 years ago

Pushed as version 1.9.9.