swift-cross-ui
swift-cross-ui copied to clipboard
Use ranges for Slider instead of separate minimum and maximum parameters
trafficstars
It's generally more swifty to use ranges where possible. In this case it'd be a ClosedRange<...>.