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
metadata
The metadata for the app.