Contents

removeDocument(_:)

Removes the given document from the list of open documents.

Declaration

func removeDocument(_ document: NSDocument)

Parameters

  • document:

    The document to remove.

Discussion

A document will automatically call removeDocument(_:) when it closes. This method is mostly provided for subclasses that want to know when documents close.

See Also

Managing Documents