presentedSubitem(at:didGain:)
Tells the delegate that the item inside the presented directory gained a new version.
Declaration
optional func presentedSubitem(at url: URL, didGain version: NSFileVersion)Parameters
- url:
The URL of the item inside the presented directory that gained a new version. The item need not be at the top level of the presented directory but may itself be inside a nested subdirectory.
- version:
The file version object containing information about the new file version.
Discussion
Your delegate can use this method to determine how to incorporate data from the new version of the item. This might involve incorporating the version silently or asking the user about how to proceed.