Closed d-litvinenko closed 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.
MultiSlider
import UIKit
I changed that directly and it worked. So it would be awesome to have it on master branch.
master
Pushed as version 1.9.9.
When adding
MultiSlider
as a Swift Package into the project, it doesn't compile because of missingimport UIKit
in extension files.I changed that directly and it worked. So it would be awesome to have it on
master
branch.