presentedItemDidLose(_:)
Tells the delegate that a version of the file or file package was removed.
Declaration
optional func presentedItemDidLose(_ version: NSFileVersion)Parameters
- version:
The file version object containing information about the version that was removed.
Discussion
Your delegate can use this method to determine how to handle the loss of the specified file version. You can try to revert the presented document to a previous version or you might want to prompt the user about how to proceed.