Skip to content

Instantly share code, notes, and snippets.

@kazimunshimun
Created September 10, 2020 19:58
Show Gist options
  • Save kazimunshimun/4b18e152fb3eb2ab213395c485ee19dc to your computer and use it in GitHub Desktop.
Save kazimunshimun/4b18e152fb3eb2ab213395c485ee19dc to your computer and use it in GitHub Desktop.
SwiftUI Circular Slider parts
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