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
metadataThe metadata for the app.
View on GitHub
AboutThisAppViewController Class Reference