A modified version of Stewart Lynch´s Picker from the video: https://www.youtube.com/watch?v=ATgOV70YcI8
For default settings form implementation:
ColorSchemePicker.standard
With one default Label:
ColorSchemePicker {
Label("Scheme", systemImage: "circle.righthalf.filled")
}
With three labels for each type (system, light, dark):
ColorSchemePicker {
Label("Darstellung", systemImage: "circle.righthalf.filled")
} lightLabel: {
Label("Darstellung", systemImage: "sun.max.circle")
} darkLabel: {
Label("Darstellung", systemImage: "moon.circle")
}
link |
Stars: 1 |
Last commit: 3 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics