SwiftUI Todo CoreData iCloud Sync. Step by step instructions.

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 7

  • @fanzei
    @fanzei 6 місяців тому

    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

    • @Westmaner
      @Westmaner  5 місяців тому +1

      Thanks for that.

  • @ajayodedra930
    @ajayodedra930 Рік тому

    Nice one 👌
    Very detailed.

  • @mehmetuzel7396
    @mehmetuzel7396 7 місяців тому

    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

    • @Westmaner
      @Westmaner  7 місяців тому

      Sorry have not tried those scenarios.

  • @marceloreis5528
    @marceloreis5528 7 місяців тому

    Thank you very much!