didUpdate(_:)
Tells the observer that the specified items have been updated.
Declaration
func didUpdate(_ updatedItems: [any NSFileProviderItemProtocol])Parameters
- updatedItems:
An array of updated items.
Tells the observer that the specified items have been updated.
func didUpdate(_ updatedItems: [any NSFileProviderItemProtocol])An array of updated items.