A "you're welcome" is not enough to appreciate your kindness. :) -Arthur
@chrispy104k2 жыл бұрын
Great stuff Stewart. Getting the hang of this I think.
@CodeWithChris2 жыл бұрын
Cheers!
@ChaimHonikman2 жыл бұрын
Hey Chris, I have been watching your videos for a few days now. Trust me you are the best!! I have a recommendation for a video. I've been waiting for an easy video explaining how to do it. But it never came. My recommendation is a video explaining how to code an application for Apple CarPlay. Also, I'm just making sure that Chris is ok because I haven't seen him posting videos lately or responding to comments himself. No worry's if you can't answer the last question.
@CodeWithChris2 жыл бұрын
Hello, Chaim, thanks for this suggestion! Can you post it here: app.productstash.io/codewithchris#/ideas Thank you! -Arthur
@helloworld43033 ай бұрын
Thanks for the crash course! One question - shouldn't we remove the "try await"s in the original "let"s around 12:30 when we use "async let"? As in execution does not need to suspend at those two lines
@fahruddinbayuirawan76432 жыл бұрын
Selamat Tahun Baru 2022 .. 🙏🙏🙏
@CodeWithChris2 жыл бұрын
Happy New Year! -Arthur
@rasheshbosamiya14822 жыл бұрын
To show the number of count of Posts, we can also utilise the .badge modifier! Which is introduced in SwiftUI 3 & from iOS 15 onwards 🙂 Just giving a thought to reduce the tree hierarchy of declarative UI. 😀 Would you try to showcase the same in your next tutorial? Only if that works for you! At last, Nice video and Calm explanation as always!
@CodeWithChris2 жыл бұрын
Thanks for sharing these insights, Rashesh! :) -Arthur
@philmoore21022 жыл бұрын
This is a great series. Stewart is fantastic at explaining the details of features without over complicating things. One question: Every time the list of users is displayed the app makes a call out to the api, which is great if that information is constantly changing outside of the app, but if we only wanted that data to be loaded once per app session what would be a good approach to limit the calls out the the api? Would making it an @EnvironmentObject instead of a @StateObject make sense? Does anyone have any thoughts?
@CodeWithChris2 жыл бұрын
Hello, Phil! Thanks for your kind words! Best if you post this concern in our CodeCrew forum so that our tech support staff can help you. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
@johnrowland83542 жыл бұрын
Happy New Year 🎆
@CodeWithChris2 жыл бұрын
Happy New Year to you too, John! -Arthur
@user-xm2 жыл бұрын
I have installed xcode in Windows VMware macOS.
@CodeWithChris2 жыл бұрын
Oh I see. Let us know how it goes! :) -Arthur
@user-xm2 жыл бұрын
@@CodeWithChris yes it's running same as xcode in macOS but speed is too slow..