prepareSavePanel(_:)
Tells the document to customize the specified Save panel.
Declaration
func prepareSavePanel(_ savePanel: NSSavePanel) -> BoolParameters
- savePanel:
The Save panel.
Return Value
Discussion
The default implementation is empty and returns true.