SupportView
struct SupportView : View
The support view which contains contact information for dIM.
This is a subview of the SettingsView.swift
view.
-
A simple alert showing if the user has not set up a default email address in the default mail app.
Declaration
Swift
@State var showingAlert: Bool { get nonmutating set }
-
Declaration
Swift
var body: some View { get }