Contents

didUpdate(_:)

Tells the observer that the specified items have been updated.

Declaration

func didUpdate(_ updatedItems: [any NSFileProviderItemProtocol])

Parameters

  • updatedItems:

    An array of updated items.

See Also

Observing Changes