AboutThisAppPanel
public final class AboutThisAppPanel : NSPanel
A panel to display the “AboutThisApp” view controller.
-
The “About” view controller.
Declaration
Swift
public let aboutViewController: AboutThisAppViewController
-
Creates a new
AboutThisAppPanel
.Declaration
Swift
public init(metadata: AppMetadata = AppMetadata())
Parameters
metadata
The app meta data used to construct the view.