Display UI when NSPersistentCloudKitContainer begins and ends a sync

Is there any method to receive a notification or callback when NSPersistentCloudKitContainer begins and ends a batch of sync operations? I'd like to be able to show some sort of sync progress in my UI.
Answered by Frameworks Engineer in 615074022
Have a look at NSPersistentCloudKitContainerEvent in macOS 11 / iOS 14. If that doesn't meet your needs please file a feedback report with some details about your intended use case.
Have a look at NSPersistentCloudKitContainerEvent in macOS 11 / iOS 14. If that doesn't meet your needs please file a feedback report with some details about your intended use case.
I have consulted the documentation here:
https://developer.apple.com/documentation/coredata/nspersistentcloudkitcontainer/event?changes=latest_minor
however there is no information that describes how this event works, can I expect documentation in the future?
Same problem here. No documentation provided on how to use NSPersistentCloudKitContainerEvent.
Display UI when NSPersistentCloudKitContainer begins and ends a sync
 
 
Q