Build a Full SwiftData App [Free Course]

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • In this course, we build a fully functional app idea tracker using SwiftData, NavigationStack, ContentUnavailableView, SensoryFeedback (haptic engine), App Groups, Widgets and App Intents.
    Github Repository: github.com/chF...
    🚀 LaunchBuddy: apple.co/3iFcjjW
    📚 Try CWC+: bit.ly/cwc_flo
    ☕️ Buy me a coffee: ko-fi.com/flow...
    👋 Links: flowritesco.de
    🛠 Forge: apple.co/3riG8MQ
    Affiliate Links ❤
    📕 SwiftUI & Combine Books: www.bigmountai...
    🔬 Get Reports about your apps: appfigures.com...
    📊 Privacy focused analytics: dashboard.tele...
    💻 The most powerful mac app for developers: devutils.app/?...
    ☕️ Support me: ko-fi.com/flow...
    If you have any video suggestions please feel free to let me know by a comment.
    Get in contact via
    Twitter: / flowritescode

КОМЕНТАРІ • 25

  • @FloWritesCode
    @FloWritesCode  Рік тому +7

    I hope you enjoyed this hands-on approach to learning about SwiftData. Next up on the channel: a free visionOS course!

  • @Leopugpiano
    @Leopugpiano Рік тому +1

    awesome as always, thanks for this tutorial flo!

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

    Thank you. Helpful lecture.

  • @DezDoesMTB
    @DezDoesMTB 3 місяці тому +1

    Yo loved this course! Would love to know your thoughts on SwiftData as we get closer to WWDC :D

    • @FloWritesCode
      @FloWritesCode  3 місяці тому

      Thanks! I really enjoy working with SwiftData already and It's only going to get better along the way. I think it's good to get started with the tech early, as you'll already have a fundamental understanding before everyone tries it out in 1-2 years once it's more stable. I'm excited for what's to come this WWDC!

  • @typlesetz
    @typlesetz Рік тому +1

    Thanks for this!

  • @eman31683
    @eman31683 Рік тому +3

    I don't get how you guys learn this stuff from the Documentation. What software do you use to make yourself small while screensharing? Good video Flo! I just don't know how you got to know what you needed haha.

    • @FloWritesCode
      @FloWritesCode  Рік тому +1

      Haha, I just look at the docs and any demo project I can get my hands on. It has now also been a few weeks since SwiftData has been around, so I played around with it in a bunch of apps.

    • @eman31683
      @eman31683 Рік тому +3

      @@FloWritesCode Those docs make me feel instantly like a broken record. A skill I really need to acquire. That's a vid I'd definitely love to have.. Navigating the maze of Developer Docs.

    • @Vermyndax
      @Vermyndax Рік тому +3

      Learning about Swift and app development really is difficult, especially if you rely on the developer docs. I've struggled with this for a long time as well. I've been through course after course as well, and still struggle with it.

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

    Hey! I wanted to try your project on my machine but the GitHub project is not up to date! it stopped at lesson 3. Can you update it please? Thank you!

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

    When creating modelContainer on Widget Target, causes errors on inserts in app cause using different contexts. :(

  • @irwanclark3387
    @irwanclark3387 2 місяці тому +1

    I'm quite new to swift and creating apps etc. I've made an app and it works (just a simple reminders app) but I'm struggling to get it to work with widgets. I've followed the widget part of the tutorial and there aren't any errors, but when running the app if I add a new reminder it doesn't update in the widget. I'm unsure of how I'm meant to get it to update once I add new reminders. Any idea how to do this?

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

      Hey there! Good job working on your first app. I have a video on refreshing widgets in my WidgetKit playlist - this is probably what you're looking for :D

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

      @@FloWritesCode Ahh thanks! Your tutorials have been really helpful in getting everything working.

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

    if I want to share the swift data to apple watch widget do I need to use app group or cloudKit ?

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

      I haven't worked on watchOS for several years, sorry.

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

    Can you please make video how we can share data between the users?

    • @FloWritesCode
      @FloWritesCode  Рік тому +1

      I have several videos on Firebase, which you can use to share data between users. That's not possible with SwiftData.

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

      @@FloWritesCode oh ok, i thought it was possible with cloudkit integration. I am making a app where i sharing data but it uses coredata and cloudkit.