Integrate iCloud into iOS document projects with one-line code methods. Sync, upload, manage, and remove documents from iCloud quickly and easily. Helps to make iCloud "just work" for developers too.
Other
1.22k
stars
178
forks
source link
setupiCloudDocumentSyncWithUbiquityContainer starts the sync #133
The setupiCloudDocumentSyncWithUbiquityContainer needs to be called when the app starts. However, I noticed this method will start the sync the files with iCloud automatically. To make it worse, it syncs on the main thread and block the whole UI for a few seconds. Is there a way to turn off the auto-sync when calling this method? Thanks.
The setupiCloudDocumentSyncWithUbiquityContainer needs to be called when the app starts. However, I noticed this method will start the sync the files with iCloud automatically. To make it worse, it syncs on the main thread and block the whole UI for a few seconds. Is there a way to turn off the auto-sync when calling this method? Thanks.