title
The title of the panel.
Declaration
var title: String! { get set }Discussion
By default, “Save” is the title string. If you adapt the NSSavePanel object for other uses, its title should reflect the user action that brings it to the screen.
The title of the panel.
var title: String! { get set }By default, “Save” is the title string. If you adapt the NSSavePanel object for other uses, its title should reflect the user action that brings it to the screen.