Тёмный
No video :(

This NEW SwiftUI Feature Is AMAZING | Navigation Stacks 

AppStuff
Подписаться 21 тыс.
Просмотров 31 тыс.
50% 1

In this video we'll dive into the new navigation system SwiftUI has implemented. We'll cover how it works, why it's better than the old system, and go thru an awesome example!
🖥️ RESOURCES
🔴 Become a member for lifetime access to source code:
www.stephancod...
🖥️ COURSES & SOURCE CODE FILES
👉 Pro Courses:
www.stephancod...
👉 iOS App Templates:
www.stephancod...
👉 FREE UBER SwiftUI Course
• 🔴 Let's Build UBER wit...
👉 FREE Crypto SwiftUI Course
• Free iOS Development C...
👉 FREE Twitter SwiftUI Course
• 🔴 Let's Build Twitter ...

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

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@manwithllama
@manwithllama Год назад
Stephan: Listen to this back with headphones-the audio is a bit funky. Almost like your mic recorded in stereo, which seems impossible. But your voice kept panning slightly from right to left. Maybe you mixed an overhead in with it or left camera audio on? Hope this helps as much as you just helped me! Excellent tutorial! 🎉
@gatep5
@gatep5 7 месяцев назад
Great content but a suggestion for the future is to increase your font size in the code editor. Trying to see the code on an iPhone is almost impossible.
@appstuff5778
@appstuff5778 7 месяцев назад
Seeing it on a computer is easy. That’s how it’s meant to be watched. It’s on the largest font setting Xcode has
@zeroh_chill2966
@zeroh_chill2966 5 месяцев назад
How have i not seen this video before?! The best description with use case of navigation stack in all of youtube. FOLLOWED! Let me see what else you got now! Well done
@zeroh_chill2966
@zeroh_chill2966 5 месяцев назад
Hey Stephan, i watched your TikTok course here and would like to keep learning all the extra stuff you mention about that particular app. I’m on your website and i want to be sure what I’m getting. The front page make it look like no matter what version you buy, you can have unlimited access to everything. I see the $40 one has terms and conditions which limits you on what you can actually get. Is the annual account unlimited? Meaning i could download and watch everything you have immediately?
@HolographicKode
@HolographicKode Год назад
OMG . this presentation is KICKASS.. and the features are wicked. Great presentation! I can’t wait to try these swift gems. Please go deeper into these examples with some more realistic apps, like providing some settings screens for an app, a concrete navigating within an more functional app etc. Some aspects to focus on is also how to organize your views, classes, etc to allow the app to scale up from a simple to a more complex app.
@jorgeceles7942
@jorgeceles7942 Год назад
Should have came here first! Thank you! Starting to build on my own and today this had me pulling my hair.
@ssaguiar
@ssaguiar 4 месяца назад
Obs: I am not using List for the buttons, but a Vstack with the NavigationLink for each button.
@saskiaa9165
@saskiaa9165 3 месяца назад
There's a problem with your navigationPath declaration, this way you cannot use it with different types. In your case it should be defined as: @State private var navigationPath = NavigationPath() And then later on manipulate it like navigationPath = NavigationPath( brands ) for instance.
@AlexBlack-xz8hp
@AlexBlack-xz8hp Год назад
Excellent video! thanks for clarifying this. I did not realize how much better the navigation stack was until I watched this. I have been struggling with making navigation view work for my needs for ages.
@vncproductions4961
@vncproductions4961 Год назад
Wouldn't have wanted it explained differently, well done mate, I got it 👍
@jamesallison9725
@jamesallison9725 Год назад
Excellent tutorial. You explain things very well indeed! Thanks
@Dragonboh1
@Dragonboh1 6 дней назад
keep doing what you doing
@ssaguiar
@ssaguiar 4 месяца назад
This video is amazing as it made me understand the process of getting the root view (pop to root). But I have a question, if possible: I have a buttons menu on which every button presents a new view (a view file). How could I made the changes to the code to show those views. Should I create an array of views to deal with? Thanks a lot for your help.
@dugrut1325
@dugrut1325 Год назад
I've watched so many videos on this subject and I'm still in the dark. I sure hope you can shed some 'light' on it.
@andrewduncanpoole
@andrewduncanpoole Год назад
Brilliant! Just subscribed and will be diving into other videos this week. thank you Stephan
@ikshitchaudhari2529
@ikshitchaudhari2529 Год назад
happy to see you back after long time !
@fusionlabs6215
@fusionlabs6215 10 месяцев назад
About time, I'm surprised this wasn't part of SwiftUI v1.
@yega3k
@yega3k 10 месяцев назад
Thanks for the excellent breakdown. New to Swift UI and was totally confused until this video 😅. I had no idea there were two different syntaxes (in fact, I have a NavigationView nested in a NavigationStack right now 🤦‍♂️ lmao
@rudyfolden585
@rudyfolden585 9 месяцев назад
Excellent tutorial, however, when the path is added to the NavigationStack, the Cars NavigationLinks become broken. Any way to fix this?
@brianjordan2418
@brianjordan2418 Год назад
Thanks!
@marcoalonsoiosdev
@marcoalonsoiosdev 5 месяцев назад
Nice video!
@user-do7dv4kd2g
@user-do7dv4kd2g 10 месяцев назад
very clear. ThankU
@samldev
@samldev 10 месяцев назад
Great video, thanks for sharing
@user-bz8cs6yc4y
@user-bz8cs6yc4y Год назад
Awesome tutorial! Wow!🤯
@berniewong7983
@berniewong7983 Год назад
awesome tutorial
@911gogogo
@911gogogo Год назад
Thank you for great video
@Po-ChunChang
@Po-ChunChang 11 месяцев назад
May I know why you used NSUUID not UUID?
@dotnetdevni
@dotnetdevni Год назад
How does that work though with a side drawer or bottom nav bar?
@Kush_Daddy
@Kush_Daddy Год назад
Is there a way to use this navigationstack to automatically navigate to your next view? It seems like now when you want to navigate, you have to create a physical button or link to press and begin navigating to the next screen. However, you used to be able to use the navigation links isActive parameter and create an empty view ao that when the condition is met, you can automatically navigate without pressing anything Such as after a api call.
@vcastroc
@vcastroc 8 месяцев назад
PRINCIPAL QUESTION 🙋🏻‍♂️ How do you could send parameters from view by NatigationStack to another View ????
@appstuff5778
@appstuff5778 8 месяцев назад
That’s literally covered in the video lol
@chezchezchezchez
@chezchezchezchez 6 месяцев назад
@@appstuff5778lol ? 🙄
@Lowlightapp
@Lowlightapp 11 месяцев назад
Legend video. Watched 2x b2b
@NastyHangover
@NastyHangover Год назад
Hey mate, are you going to release any new course on your website any time soon and if so would you be willing to spoiler a tiny bit ;)? Also if there is a planned release date I would put it in my calendar. Would love to buy some new classes :) Love the content you're putting out there and your courses taught me extremely much.
@appstuff5778
@appstuff5778 Год назад
Currently working on creating a full bootcamp, teaching people how to code from scratch. Will contain multiple courses and exercises like data structure and algo problems. Will suit all levels, should be out in the next 4-6 weeks :) After that im gonna do more stuff on RU-vid like IG clone, AirBnb Clone etc
@NastyHangover
@NastyHangover Год назад
@@appstuff5778 amazing, just put myself a reminder. Also thanks for the quick reply. Much appreciated.
@gmostafaali
@gmostafaali Год назад
Great ✌🏿
@jacobgomez_
@jacobgomez_ 7 месяцев назад
Really random but what's the ID on that intro track haha
@appstuff5778
@appstuff5778 7 месяцев назад
Never mind - dreem
@emmanuelmensah990
@emmanuelmensah990 Год назад
u dope
@IamTheGreatCornholioo
@IamTheGreatCornholioo 4 месяца назад
5:30 This is horrendously unintuitive, setting naviationDestination on the list instead of each element, why does it even work like that? I hate swift/swiftui!
@appstuff5778
@appstuff5778 4 месяца назад
Nobody cares dude
Далее
How to use NavigationStack in SwiftUI | Bootcamp #62
23:59
Wife habit 😂 #shorts
00:16
Просмотров 53 млн
Play: The Secret Weapon for iOS Devs & Designers
10:12
Introduction to NavigationStack in iOS 16
22:52
Просмотров 14 тыс.
Most overpowered way to build mobile apps?
8:33
Просмотров 774 тыс.
Dyson is Back… Why Do These Exist?
10:40
Просмотров 235 тыс.