SwiftData in Widget Extensions | Build a Full SwiftData App Lesson 4

Sdílet
Vložit
  • čas přidán 9. 07. 2023
  • In this series, we will build a fully functional app idea tracker using SwiftData, NavigationStack, ContentUnavailableView, SensoryFeedback (haptic engine), App Groups, Widgets and App Intents.
    Github Repository: github.com/chFlorian/AppIdeas...
    🚀 LaunchBuddy: apple.co/3iFcjjW
    📚 Try CWC+: bit.ly/cwc_flo
    ☕️ Buy me a coffee: ko-fi.com/flowritescode
    👋 Links: flowritesco.de
    🛠 Forge: apple.co/3riG8MQ
    Affiliate Links ❤
    📕 SwiftUI & Combine Books: www.bigmountainstudio.com/a/t...
    🔬 Get Reports about your apps: appfigures.com/r/5by3g
    📊 Privacy focused analytics: dashboard.telemetrydeck.com/r...
    💻 The most powerful mac app for developers: devutils.app/?ref=flo
    ☕️ Support me: ko-fi.com/flowritescode
    If you have any video suggestions please feel free to let me know by a comment.
    Get in contact via
    Twitter: / flowritescode
  • Věda a technologie

Komentáře • 5

  • @hamzaosama5814
    @hamzaosama5814 Před 3 měsíci +1

    Thanks a lot. Amazing video covering everything.

  • @Artifismo
    @Artifismo Před 6 měsíci +1

    Suffering for hours until I got your video. Thank you very much!

  • @piteke100
    @piteke100 Před 4 měsíci

    Hi, I’m continuing to study SwiftData by repeating all the tutorials but I can’t understand one thing:
    I have to create an app with a default list (which therefore no data needs to be added) and this list is contained in a toggle. How do I make only the toggle state persistent?

  • @ayushs_2k4
    @ayushs_2k4 Před 8 měsíci

    Hey 👋, I want to share UserDefaults between main App and macOS Widget, in iOS I can do it using AppGroups, but how to do it between macOS Widget and main App, because macOS widget's AppGroup require to use "Team Identifier" as prefix and main App's AppGroup require prefix to be "group" so how can I share UserDefaults between the two?