Open sindresorhus opened 3 years ago
@sindresorhus managed to port it to macOS and will push changes to: https://github.com/cyrilzakka/SlidingRuler. Still have to figure out one last issue with scrolling. If you know of any alternative libraries please let me know!
@sindresorhus Pushed the changes but scrolling still worn't work. Pull request appreciated.
@cyrilzakka @sindresorhus , did you get get it working?
Would be great to have macOS support.
It doesn't look like there's a lot of UIKit-specific code: https://github.com/Pyroh/SlidingRuler/search?q=uikit
https://stackoverflow.com/questions/14158743/alternative-of-cadisplaylink-for-mac-os-x
When you target iOS 15, you could use
TimelineView
for the animation.