AboutThisAppViewController
public final class AboutThisAppViewController : NSHostingController<AboutThisAppView>
The view controller that contains the “About this app” view.
-
The app metadata.
Declaration
Swift
public let metadata: AppMetadata
-
Creates a new
AboutThisAppViewController
.Declaration
Swift
public init(metadata: AppMetadata)
Parameters
metadata
The metadata for the app.