AboutThisAppView
public struct AboutThisAppView : View
The “About this app” view.
-
The app metadata.
Declaration
Swift
public let metadata: AppMetadata -
Initializes the view with the specified
metadata.Declaration
Swift
public init(metadata: AppMetadata)Parameters
metadataThe metadata for the app.
View on GitHub
AboutThisAppView Structure Reference