Тёмный

How To Use NavigationStack In SwiftUI | A Beginners Guide To Navigation In SwiftUI 

tundsdev
Подписаться 76 тыс.
Просмотров 8 тыс.
50% 1

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@sxmiotb2834
@sxmiotb2834 Год назад
You really make Swift so easy and fun. We can’t thank you enough.
@tundsdev
@tundsdev Год назад
Happy to hear that!
@MoAdel92
@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
@tundsdev Год назад
Yes I do! And I’m glad you’re enjoying the content 🤝
@maciusessa
@maciusessa Год назад
Great video. Not so much of this kind of content on today's RU-vid. Thank You so much. BTW: I added Mars bar and Tiramisu to desserts :D
@tundsdev
@tundsdev Год назад
Thanks & top tier desserts 🫡
@slavihinkov1836
@slavihinkov1836 Год назад
Finally the video I was waiting for :D
@tundsdev
@tundsdev Год назад
Glad you’re enjoying it 🤝
@dlewisdev
@dlewisdev 5 месяцев назад
Excellent video, I thought I understood navigation but I had barely scratched the surface. Excited to continue this course!
@tundsdev
@tundsdev 5 месяцев назад
Glad it was helpful!
@CalmVink
@CalmVink 11 месяцев назад
Fantastic video! Your clear explanations made SwiftUI much less daunting. Subscribed and can't wait for more!
@petrsmejkal829
@petrsmejkal829 7 месяцев назад
Thanks a lot for your videos! I really like your teaching style:)
@tundsdev
@tundsdev 7 месяцев назад
Thank you!!!
@Grieg-hd4tj
@Grieg-hd4tj 4 месяца назад
Great video thanks.
@tundsdev
@tundsdev 4 месяца назад
Glad you liked it!
@ridholmes
@ridholmes Год назад
Thank you!
@tundsdev
@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 🤝 ru-vid.com/group/PLvUWi5tdh92wWS3F-AVsCJHkhBlrkBp6f
@ridholmes
@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 RU-vid) Furthermore, you regularly present things related to the primary issue, such as XCode tips and hot keys, which I greatly like. Thanks!
@tundsdev
@tundsdev Год назад
Awesome keep commenting i’ll be looking out for you 🤝
@abdouett3676
@abdouett3676 Год назад
Thank you for sharing! Please, could you make same advanced SwiftUI videos ?
@tundsdev
@tundsdev Год назад
What do you mean by advanced?
@abdouett3676
@abdouett3676 Год назад
@@tundsdev Like complexe UI. Application with backend. Thanks!
@SanusiAdewale
@SanusiAdewale Год назад
In the Food model, why does it have a type, Decimal and not Float of Double?
@tundsdev
@tundsdev Год назад
Decimal should always be used for money, it has a better precision 🫡
@SanusiAdewale
@SanusiAdewale Год назад
@@tundsdev Oh wow, thanks, I didn't know that.
@MrMisterSin
@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
@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
@aeongg
@aeongg Год назад
Danke!
@kenturnbull9679
@kenturnbull9679 10 месяцев назад
Good Video. Any chance of updating this again to use SwiftData? Could be a Jam Butty in it.
@tundsdev
@tundsdev 10 месяцев назад
Possibly!
@kenturnbull9679
@kenturnbull9679 10 месяцев назад
@@tundsdev I'll get the butty ready
@ShreyasSane
@ShreyasSane Год назад
Amazing content man - just starting out with SwiftUI relieved I discovered your channel early on 🫡
@tundsdev
@tundsdev Год назад
Welcome aboard!
@diegosvega
@diegosvega 8 месяцев назад
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) } } }
Далее
А на каком языке ты ДУМАЕШЬ?
00:57
Conforming your SwiftData objects to Codable
16:24
Просмотров 1,8 тыс.
How to use NavigationStack in SwiftUI | Bootcamp #62
23:59
Navigation in SwiftUI & iOS 16
18:12
Просмотров 32 тыс.
А на каком языке ты ДУМАЕШЬ?
00:57