SwiftUI Minimal Todo List With SwiftData & Interactive Widgets | iOS 17 | Xcode 15

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии • 21

  • @ConfidentlyRong-jo5yt
    @ConfidentlyRong-jo5yt 2 месяца назад

    Thank you so much!! ❤ 🎊

  •  Год назад +3

    Majestic! "DONE", Well done @Kav 🎉👍

  • @spradohak
    @spradohak 11 месяцев назад +1

    Amazing stuff, I change the playback speed to 0.5 and follow a long in Xcode.
    I really enjoy the techniques you implement and I get really inspired to build stuff.
    Thank you so much.

  • @Mahadev-x7u
    @Mahadev-x7u Год назад +4

    Thanks you Balaji for all your efforts and self giving 💯🔥 🔥🔥 one of best channel 👌🆒

  • @MobileMastersAndroidiOS
    @MobileMastersAndroidiOS Год назад

    Great tutorial! I absolutely love SwiftUI, for me, it is much quicker to code than storyboards.

  • @JuanCamiloBernierRojas
    @JuanCamiloBernierRojas 2 месяца назад

    I love your content; you've truly helped me a lot! 🙌 I just wanted to share a small opportunity for improvement: I noticed that when performing an action (adding or deleting) in the app, the next action seems to trigger the previous one instead of the current one.
    For example:
    1. Action in the app: I add/delete a new task.
    Widget reaction: nothing happens...
    2. Action in the app: I add/delete another task.
    Widget reaction: it processes the first action.
    I hope this feedback is helpful. Thank you for all your hard work! 💡✨

    • @JuanCamiloBernierRojas
      @JuanCamiloBernierRojas 2 месяца назад

      adding another Widget.shared.reloadAllTimelines() did the work for me:
      .onSubmit(of: .text) {
      Widget.shared.reloadAllTimelines() //

  • @DenisKuznetsov-cb7dz
    @DenisKuznetsov-cb7dz 2 месяца назад

    Thank you for the video! Your content really helps a lot with studying SwiftUI. However, I have troubles with this project... I copied all your code line by line up to 12:20 and have no row animation going from one section to another. It just jumps immediately without sliding animation. I don't know what have I done wrong.. Any tips?

  • @Michael-Martell
    @Michael-Martell Месяц назад

    I'm still not getting the widget to sync properly. When I mark an item as completed, it'll still show uncompleted in the widget.

  • @子漾
    @子漾 Год назад

    Nice!!!

  • @PrahladN-c4s
    @PrahladN-c4s 11 месяцев назад +1

    Hello Balaji, Can you do voice over videos please...

  • @codejunkie6300
    @codejunkie6300 Год назад

    Overall great. Hiccup I’m running into is that when you add a new todo from the app, it doesn’t show up in the Widget…it still shows the first three created and not necessarily the last three (most recent).

    • @Kavsoft
      @Kavsoft  Год назад

      Hi, I just tested the application, and it's working fine as intended, It displays the latest task when it's added in the app.

    • @codejunkie6300
      @codejunkie6300 Год назад

      @@Kavsoft Thank you for the quick response!

  • @NinjaDeveloperX
    @NinjaDeveloperX Год назад

    Hello Balaji, Thanks for the valuable tutorials, Can you help to set background in widget? It has not coming edge to edge.

  • @KnowFactum
    @KnowFactum Год назад

    Hello, nice video!
    Can I ask you how to make widget update using SwiftData and Cloudkit, so i want it to refresh if there is a new entry form the Cloud database, it is possible? Thanks

  • @servet0chka
    @servet0chka 9 месяцев назад

    Wonderful! Thank you, but I have an issue when I press the button on widget, when the app just hidden I stuck with this problem
    Could not find an intent with identifier ToggleButton, mangledTypeName: Optional("14TimeManagement12ToggleButtonV")
    Btw, I drop private file

  • @ipeerless6717
    @ipeerless6717 11 месяцев назад

    you have not to use id in model it is wrong