thehung111 / NHRangeSlider

A custom range slider in Swift
https://thehung111.github.io/NHRangeSlider/
MIT License
157 stars 45 forks source link

Can you add the @objc attribute / objective c support? #14

Open JulesMoorhouse opened 7 years ago

JulesMoorhouse commented 7 years ago

Please can you add the @objc attribute / objective c support ?

jondwillis commented 6 years ago

This is also needed for Swift 4 support. Unfortunately, since Double is not accessible to@IBDesignable @objc variables, a more involved port will be required. I switched a bunch of values to NSNumber