Contents

presentedItemDidMove(to:)

Tells your object that the presented item moved or was renamed.

Declaration

optional func presentedItemDidMove(to newURL: URL)

Parameters

  • newURL:

    The URL containing the new path to the presented item.

Discussion

Use this method to update the value returned by the presentedItemURL property of your object.

See Also

Related Documentation

Handling Changes to Files