SwiftUI Core Data Intro

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

КОМЕНТАРІ • 17

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

    i just want you to know that you have a natural ability to impart knowledge to another person ! I feel so refreshed just listening to how you explain concepts and the topic. Thank you so much for sharing !

  • @user-ez3sm4vw1s
    @user-ez3sm4vw1s Рік тому

    Thank you so mach for your amazing work! I'm waiting when are you going to create a new SwiftUI course on UDEMY?

  • @mihomailyan
    @mihomailyan 3 роки тому +1

    Best tutorial about CoreData and SwiftUI, thank you!

  • @tylerwatt5651
    @tylerwatt5651 3 роки тому

    I love your videos and your style with delivery is great! Also I'm a sucker for the old-school video game segues. Cheers.

    • @swiftarcade7632
      @swiftarcade7632  3 роки тому

      Awesome Tyler. Me too! So glad you found this place. Stay tuned. More videos to come! Welcome.

  • @vaeventures7031
    @vaeventures7031 2 роки тому

    Amazing

  • @mihailpopa3056
    @mihailpopa3056 3 роки тому +1

    Excellent tutorial! Can you also make a tutorial on app extensions + SwiftUI? I’m struggling with an Action Extension and I think the only way around is to use the hosting controller and have the action extension implemented in UIKit.
    Also, one other topic is sharing data between app extension and SwiftUI. Looks like no matter how I touch the shared CoreData context, SwiftUI core data context is never updated (only during the initial start of the app).

    • @swiftarcade7632
      @swiftarcade7632  3 роки тому +1

      Hi Mihail. Thanks for the suggestions. I haven't played with app extensions yet. But when I do, I will definitely try them out with Core Data.

  • @sarikapaghdal6150
    @sarikapaghdal6150 2 роки тому

    one question : when should we use $ with companyName? because here we used $companyName on textField and not in addCompany()! I'm very confused with $, sorry if its sound silly question, please help me to understand this😊

    • @swiftarcade7632
      @swiftarcade7632  2 роки тому

      Hi Sarika - the $ is a binding. Bindings are used in SwiftUI to update values (Strings, etc). The difference between $companyName and company name is the first is a binding (which the textField updates as the user types). The second is a plain old String. Cheers. Jonathan

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

    Nice, this still works well until these day on Xcode 14.3.1

  • @kigiphoto638
    @kigiphoto638 3 роки тому

    Nice clear example. one other small hint is that for that Cmd-I re-indent tip you showed to make the code line up near the end, you can do that a bit faster by double-clicking on the closing or opening brace of a block, that selects all of the code within that block so you can use Cmd-I to re-align... just a bit faster than manual selection of a block of code.

  • @user-hy5kl7my7g
    @user-hy5kl7my7g 3 роки тому

    I guess that your xcode version would be 13 beta?. How about writing your version on comment(down on your video)?