This video has helped me. But one thing i would point out is that you forget to say that these two lines are also need to be changed: let container: NSPersistentCloudKitContainer // this line 1 init(inMemory: Bool = false) { container = NSPersistentCloudKitContainer(name: "YourContainerName") // and this line
Hi Tim, Thank you for the content it is very helpful. Is there further development needed when the iCloud storage full or iCloud sync is closed. When I test these scenarios all the local data was gone
This video has helped me. But one thing i would point out is that you forget to say that these two lines are also need to be changed:
let container: NSPersistentCloudKitContainer // this line 1
init(inMemory: Bool = false) {
container = NSPersistentCloudKitContainer(name: "YourContainerName") // and this line
Thanks for that.
Nice one 👌
Very detailed.
Hi Tim,
Thank you for the content it is very helpful.
Is there further development needed when the iCloud storage full or iCloud sync is closed. When I test these scenarios all the local data was gone
Sorry have not tried those scenarios.
Thank you very much!
You're welcome!