Contents

prepareSavePanel(_:)

Tells the document to customize the specified Save panel.

Declaration

func prepareSavePanel(_ savePanel: NSSavePanel) -> Bool

Parameters

  • savePanel:

    The Save panel.

Return Value

true if successfully prepared; otherwise, false.

Discussion

The default implementation is empty and returns true.

See Also

Presenting a Save Panel