Centralize the location for modifying share record tables, e.g. migrate the deleteShare from CloudSharingView to CKSystemSharingUIObserver
#285
larryonoff
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi @larryonoff, this seems like a good change to make and we'll look into it soon. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve started integration of system
SWCollaborationView, which allows modifying sharing preferences. For theSWCollaborationViewwrapper,SyncMetadatatables need updates (e.g.,deleteShareon stop sharing).I presume that the framework needs a centralized location for monitoring
SKSharemodifications.CloudKitoffers an option to observe CKSystemSharingUIObserver changes. SoCKSystemSharingUIObservercan be used withinSyncEngineto modifySyncMetadatatables, e.g. instead of modifying it directly in_CloudSharingDelegate, linkBeta Was this translation helpful? Give feedback.
All reactions