Created
September 10, 2020 19:58
-
-
Save kazimunshimun/4b18e152fb3eb2ab213395c485ee19dc to your computer and use it in GitHub Desktop.
SwiftUI Circular Slider parts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct Config { | |
let minimumValue: CGFloat | |
let maximumValue: CGFloat | |
let totalValue: CGFloat | |
let knobRadius: CGFloat | |
let radius: CGFloat | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment