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.
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! 💡✨
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?
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).
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
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
Thank you so much!! ❤ 🎊
Majestic! "DONE", Well done @Kav 🎉👍
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.
Thanks you Balaji for all your efforts and self giving 💯🔥 🔥🔥 one of best channel 👌🆒
Great tutorial! I absolutely love SwiftUI, for me, it is much quicker to code than storyboards.
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! 💡✨
adding another Widget.shared.reloadAllTimelines() did the work for me:
.onSubmit(of: .text) {
Widget.shared.reloadAllTimelines() //
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?
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!!!
Hello Balaji, Can you do voice over videos please...
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).
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.
@@Kavsoft Thank you for the quick response!
Hello Balaji, Thanks for the valuable tutorials, Can you help to set background in widget? It has not coming edge to edge.
Try .containerBackground()
Thanks,@@Kavsoft
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
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
you have not to use id in model it is wrong