(HELPS WITH CUSTOM NAVIGATION IN NEW IOS 16 ALSO GUYS!!)If you are new to swift, I would really like to suggest sticking with Stewarts Videos ( after 2 years I wish someone would have told me. I'm actually going backward to his videos because of how many questions they answer), they are by far the most detailed and delivered by such a calm and patient voice. I was surprised HOW MANY Questions I had about enums that this Video answered! I've found enums to be the way to go for me, but was at a loss at HOW TO MODIFY OR STYLE THEM. This video showed me to just go ahead an create my UI leaving variables where I can come back and place the enum to navigate with! Of course the supper cool SFSystem is great to know also!
Stewart, this is a wonderful tutorial. I love it. I've had issues with creating dynamic sheets in the past and this will be extremely helpful. I did see Craig's Twitter post and wanted to try it out but since I'm still learning SwiftUI, your tutorial put it into practice, which really helps. Thanks to you (and Craig)!
Hello, Stewart, thank you very much indeed ;-) Your channel is offering quite different matters I am really looking forward to discover! Excellent stuff ;-)
This is quite simply pure gold! invaluable source of knowledge for becoming a top class dev. Thank you. Watched this tutorial as soon as it came out and now is when I was able to fully use it in my project.
@@g-3409 I would not use a tuple because I would have to deconstruct it later in most cases, so it defeats the purpose. Again it is just my opinion, there is nothing won't with it.
Stewart, why you don't begin a complete app tutorial for intermediate developers? your tutorials are neat and prosperous ❤who knows, you may continue in this direction and give us excellent resources.
Hi, I have an app with a designed sidebar view with the different links, using a case for each of these links (like twitter has), but I don't know how to make the different links for each view? I have a foreach loop right now and it only will go to one specific loop?
Sorry, but your question isn’t clear to me. If you want to send me an email with some sample code I will be happy to look at it and assist if I can. Slynch@createchsol.com
(HELPS WITH CUSTOM NAVIGATION IN NEW IOS 16 ALSO GUYS!!)If you are new to swift, I would really like to suggest sticking with Stewarts Videos ( after 2 years I wish someone would have told me. I'm actually going backward to his videos because of how many questions they answer), they are by far the most detailed and delivered by such a calm and patient voice. I was surprised HOW MANY Questions I had about enums that this Video answered! I've found enums to be the way to go for me, but was at a loss at HOW TO MODIFY OR STYLE THEM. This video showed me to just go ahead an create my UI leaving variables where I can come back and place the enum to navigate with! Of course the supper cool SFSystem is great to know also!
The SFSymbols case is brilliant.
Stewart, this is a wonderful tutorial. I love it. I've had issues with creating dynamic sheets in the past and this will be extremely helpful. I did see Craig's Twitter post and wanted to try it out but since I'm still learning SwiftUI, your tutorial put it into practice, which really helps. Thanks to you (and Craig)!
Great. Some people, like me learn better through video and others through print media. I am happy to share the knowledge of others.
Hello, Stewart, thank you very much indeed ;-)
Your channel is offering quite different matters I am really looking forward to discover! Excellent stuff ;-)
This is quite simply pure gold! invaluable source of knowledge for becoming a top class dev. Thank you. Watched this tutorial as soon as it came out and now is when I was able to fully use it in my project.
Glad it was helpful!
Saved me hundreds of lines of code, thanks Stewart for the clear explanation!
Glad it helped!
Great Video! Personally, I would have not used a tuple in the enum case, but that is just an opinion.
Fair enough! This is just meant to show some examples of what is possible.
Could you explain why you would not use a tuple?
@@g-3409 I would not use a tuple because I would have to deconstruct it later in most cases, so it defeats the purpose.
Again it is just my opinion, there is nothing won't with it.
Love the Enums!! 😁
Awesome lesson... thank you
Stewart, why you don't begin a complete app tutorial for intermediate developers? your tutorials are neat and prosperous ❤who knows, you may continue in this direction and give us excellent resources.
Check out the playlists here on my channel. I have several full app courses available.
Stewart, how can i send data from json(get request) array to case and load dynamically with .allCases. Thanks to you
Sorry Bojan, but I do not understand the question. I would have to see an example.
@@StewartLynch I will send you an email to see an example. Thanks for reply!
Hi, I have an app with a designed sidebar view with the different links, using a case for each of these links (like twitter has), but I don't know how to make the different links for each view? I have a foreach loop right now and it only will go to one specific loop?
Sorry, but your question isn’t clear to me. If you want to send me an email with some sample code I will be happy to look at it and assist if I can. Slynch@createchsol.com
@@StewartLynch Just emailed you. Let me know if you can help. I'm new to coding
I just replied with a solution for you.