AppearanceProviding
AppearanceProviding copied to clipboard
SwiftUI library for selecting a preferred color scheme
Results
2
AppearanceProviding issues
Sort by
recently updated
recently updated
newest added
- Create an enum to identify what style are present on sheet - Create a folder with styles folders inside - Change AppearenceSheet.swift to receive support variable and support the...
It would be nice to have different picker styles instead of having 3 different picker objects. ```swift // This should be the default style AppearancePicker() .pickerStyle(.sheetWithImages) // This would be...
enhancement
good first issue