You really make Swift so easy and fun. We can’t thank you enough.
@tundsdev Жыл бұрын
Happy to hear that!
@MoAdel92 Жыл бұрын
you courses are really a bless to the community , i don't know if you remember me from previous comment but i am digging hard enough from the first video on this channel and progressing to the newer videos these easy access free courses is really a valuable gift .
@tundsdev Жыл бұрын
Yes I do! And I’m glad you’re enjoying the content 🤝
@CalmVink Жыл бұрын
Fantastic video! Your clear explanations made SwiftUI much less daunting. Subscribed and can't wait for more!
@maciusessa Жыл бұрын
Great video. Not so much of this kind of content on today's KZbin. Thank You so much. BTW: I added Mars bar and Tiramisu to desserts :D
@tundsdev Жыл бұрын
Thanks & top tier desserts 🫡
@dlewisdev7 ай бұрын
Excellent video, I thought I understood navigation but I had barely scratched the surface. Excited to continue this course!
@tundsdev7 ай бұрын
Glad it was helpful!
@slavihinkov1836 Жыл бұрын
Finally the video I was waiting for :D
@tundsdev Жыл бұрын
Glad you’re enjoying it 🤝
@petrsmejkal8299 ай бұрын
Thanks a lot for your videos! I really like your teaching style:)
@tundsdev9 ай бұрын
Thank you!!!
@Grieg-hd4tj6 ай бұрын
Great video thanks.
@tundsdev6 ай бұрын
Glad you liked it!
@abdouett3676 Жыл бұрын
Thank you for sharing! Please, could you make same advanced SwiftUI videos ?
@tundsdev Жыл бұрын
What do you mean by advanced?
@abdouett3676 Жыл бұрын
@@tundsdev Like complexe UI. Application with backend. Thanks!
@SanusiAdewale Жыл бұрын
In the Food model, why does it have a type, Decimal and not Float of Double?
@tundsdev Жыл бұрын
Decimal should always be used for money, it has a better precision 🫡
@SanusiAdewale Жыл бұрын
@@tundsdev Oh wow, thanks, I didn't know that.
@ridholmes Жыл бұрын
Thank you!
@tundsdev Жыл бұрын
No, thank you for watching. You can learn even more about handling complex navigation in this playlist below that covers everything you need to know about the new Navigation APIs 🤝 kzbin.info/aero/PLvUWi5tdh92wWS3F-AVsCJHkhBlrkBp6f
@ridholmes Жыл бұрын
@@tundsdev Yes, I will! I'm a rookie who is stuck with navigation, so I'll do my best to learn all you recommend! Your teaching method is ideal for me. I'm not sure how I missed seeing you previously on KZbin) Furthermore, you regularly present things related to the primary issue, such as XCode tips and hot keys, which I greatly like. Thanks!
@tundsdev Жыл бұрын
Awesome keep commenting i’ll be looking out for you 🤝
@kenturnbull9679 Жыл бұрын
Good Video. Any chance of updating this again to use SwiftData? Could be a Jam Butty in it.
@tundsdev Жыл бұрын
Possibly!
@kenturnbull9679 Жыл бұрын
@@tundsdev I'll get the butty ready
@aeongg Жыл бұрын
Danke!
@MrMisterSin Жыл бұрын
Thank you for your videos! What do you think about separating the logic of navigation and our views? I am a React Native developer, it is considered good practice for us to separate navigation and screens. But I haven't found a good solution for this problem in SwiftUI yet
@tundsdev Жыл бұрын
The next video in this course, coming out on Sunday features how we can isolate our navigation outside and also manage it programatically 🤝 Glad you enjoyed this vid also
@diegosvega10 ай бұрын
Hi! I'm new to SwiftUI, I have this piece of code that's not working. BUT when I comment out FeedCellView and leave just the navigation link it works! so somethings fishy here and don't know what haha. Do you know what can be the issue with having two views inside the ForEach, and one of those being inside the NavigationLink? Thanks!! LazyVStack(spacing: 32) { ForEach(viewModel.posts, id: \.self) { post in VStack { NavigationLink(destination: ProfileView(user: post.user!)) { FeedCellTitleView(post: post) .foregroundColor(colorScheme == .dark ? .white : .black) } FeedCellView(post: post) } } }
@ShreyasSane Жыл бұрын
Amazing content man - just starting out with SwiftUI relieved I discovered your channel early on 🫡