SettingsView
struct SettingsView : View
A view that displays the app settings. Screens available in the settings view:
- Permissions
- Developer Feedback
- Legal
- Privacy Policy
-
Undocumented
Declaration
Swift
init()
-
Undocumented
Declaration
Swift
@AppStorage var notificationsPreviouslyEnabled: Bool { get nonmutating set }
-
Declaration
Swift
var body: some View { get }