finishEnumeratingChanges(upTo:moreComing:)
Tells the observer that all of the changes have been enumerated up to the specified sync anchor.
Declaration
func finishEnumeratingChanges(upTo anchor: NSFileProviderSyncAnchor, moreComing: Bool)Parameters
- anchor:
An object used to identify the end of the current batch of changes.
- moreComing:
A Boolean value that indicates the file provider still has one or more batches of pending changes.