title
The localized title of the receiver’s primary view.
Declaration
var title: String? { get set }Discussion
You can employ the title property as needed for your app’s user interface, such as to enable a user to choose among multiple named views in a menu or other affordance. The NSViewController class does not use this property for its own purposes.
The title property is key-value coding and key-value observing compliant.