How to Save and Manage Data with Core Data in Swift - SwiftUI Basics Tutorial 2023

Поділитися
Вставка
  • Опубліковано 22 сер 2024

КОМЕНТАРІ • 27

  • @nroose
    @nroose 7 місяців тому +2

    So fast. And the stream of consciousness along with the coding is very informative. Thank you!

  • @Permaculture-Power
    @Permaculture-Power 11 місяців тому +3

    As always, I am always learning something new when I watch your videos. I really do appreciate your level of knowledge sharing.🤩Keep up the good work.

  • @njradcliffe
    @njradcliffe 8 місяців тому +1

    Really great tutorial that almost exactly matches the situation I’m in. Very helpful.

  • @abymathew575
    @abymathew575 11 місяців тому +2

    your tutorials are really great and easy to understand. Thanks for your effort behind this. Can you consider a dedicated tutorial on topic "Coredata Migration "

  • @Raptor-jv7fi
    @Raptor-jv7fi 5 місяців тому

    You are awesome! I love the tutorials, super informative and fast. 👍

  • @dmbfm
    @dmbfm 11 місяців тому +2

    Loving this series! It's so hard to find resources for macOS development

  • @chovuse
    @chovuse 11 місяців тому

    Wow dark mode finally ! Never thought I would ever see the darkness !
    Makes me so happy ! Thanks a lot 👍

  • @olha6017
    @olha6017 2 місяці тому

    Hello Karin,
    thank you for this tutorial! Could you please also explain how to use Core Data + MVVM + SwiftUI??

  • @DjSwiti
    @DjSwiti 11 місяців тому +1

    Hi, I have a question : why do you make the title optional in the first place in CoreData ? There will always be a title to a task or if there isn't, well it's just an empty string. I'm totally new to this, and your real-life examples are perfect to learn. My main job is web dev and I work a lot with databases, that's why I asked the question. I paused watching at 31:00 to come later on it again. Thanks for your videos

  • @guitaripod
    @guitaripod 11 місяців тому

    Cool thanks. Clear instructions

  • @abdulghaneeylawal1198
    @abdulghaneeylawal1198 10 місяців тому

    your tutorials are really great and easy to understand. i am new to coredata and i want to ask if i should continue learning coredata or learn swift data

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

    Thanks!

  • @JOAO-bv4pe
    @JOAO-bv4pe 3 місяці тому

    Hi Karin ! Quick help please. I’m a cs student and I am now starting to plan my first app using SwiftUI. I never used Core Data, nor Realm, but now I need to know which one to use for my project. It will be a war card game, each card will have its own name and image, plus 5 attributes… I heard that Core Data is a bit more difficult option. Should I face it? Or could I try realm, firebase or another option? Thanks very much!!

  • @dranoel8177
    @dranoel8177 Місяць тому

    Your mouth noises are so annoying but your video is great. Please fix this for later and thanks a lot for the help, you made my day !

  • @Kokopellli
    @Kokopellli 11 місяців тому +1

    Thank you for the amazing videos!!! ❤

  • @OttoFaerber
    @OttoFaerber 11 місяців тому +1

    😜 vor 40 Jahren war es unter MS-DOS mit clipper wesentlich komfortabler drei Werte in dBASE zu speichern 😀

  • @vncsnts_
    @vncsnts_ 10 місяців тому

    I wonder how all this works if the architecture is MVVM.. as I see here data stuff are inside the views.
    I hope someday you can provide this in MVVM way would be awesome!

  • @albertchen3115
    @albertchen3115 8 місяців тому +1

    You are not writing this project on your own. If you are trying to help and share your thoughts please SLOW down. We all can write fast, switch context but in this case you are sharing the process. Come on.

  • @Permaculture-Power
    @Permaculture-Power 11 місяців тому

    You mention at the end of the video a course that you have created to go 'deep into CoreData'. Where can I find this course?

  • @AndyJMacLeod
    @AndyJMacLeod 11 місяців тому

    21:56 Why are the "details" and "isCompleted" attributes not also handled as optionals? Thanks.

  • @momentoelectrico4323
    @momentoelectrico4323 5 місяців тому

    Cannot find 'searchTerm' in scope

  • @anonanon7249
    @anonanon7249 11 місяців тому

    Nice video but what if we want to define an attribute that is an Array of strings or a UIColor or a custom structure, and if we use Transformable there is no default option

    • @SwiftyPlace
      @SwiftyPlace  11 місяців тому +1

      Yes, exactly. You would need to deal with the optionals

    • @anonanon7249
      @anonanon7249 11 місяців тому

      @@SwiftyPlace I eventually made it work by watching your swift data video, As far as for custom types , I transform them from custom to basic to store them in the persistence model and basic to custom to use them in my views.
      I also have to say a big thank you for all the awesome content you have provided us with, you are amazing !!

  •  11 місяців тому

    Is CoreData is ❤but after SwiftData 👍

  • @AndrewDChristie
    @AndrewDChristie 5 місяців тому

    Thanks!