Thanks for doing this stuff ... these massive changes from UIKit to SwiftUI are a little bit intimidating, though Swift itself started to be such an expressive language, but now in combination with SwiftUI its getting more and more obscure and mysterious with all the state management, property wrappers, binding things ... I can hardly handle that all. YOU are so great in explaining this things, breaking it into smaller chunks ... THANKS
@antonio_carvalho3 жыл бұрын
Excellent edit. It's step by step but with major typing segments sped up. Thanks for the video and I hope you gain traction with your channel. I did my part and SUBSCRIBED.
@vijaykharage4 жыл бұрын
Very clean and intuitive. Thanks for this quick lesson man.
@cary980293 жыл бұрын
Always learn so much from your tutorials. You really do a professional-level job with these videos!
@enaungong3 жыл бұрын
Thanks now I know much more the cycle things. BTW I like the zoom in out effect of yourself!
@phanikella87694 жыл бұрын
thanks for the lesson... eagerly waiting for this swiftui 2.0 series. 😊
@carlituxdev3 жыл бұрын
Cool Tutorial as always !
@acjazz012 жыл бұрын
Fantastic content, well done! Thanks, it helped a lot.
@craigcurphey51753 жыл бұрын
This is an amazing lesson. Thanks, for your great work!
@RahulPahuja19913 жыл бұрын
I owe a lot to the work that you do, you are one amazing man Kilo Thanks alot
@ViktorSiedov4 жыл бұрын
Thanks for the video. For example, when services like notification, IAP etc in the app, I use object where I create these services and send this object through environment object. I think it's a better way to test separated services and small scene or delegate :)
@Kilo_Loco4 жыл бұрын
Yea that’s the way I prefer to do it too. In some cases like notification token and quick action shortcutItems you have to access the app delegate and scene delegates tho
@rasheedm20844 жыл бұрын
Awesome content as always .. thank you Kilo
@PLawesomeness Жыл бұрын
This is great thank you!
@max500k3 жыл бұрын
This is great, thanks! You make awesome videos.
@pixeltechie3 жыл бұрын
Thank you so much for this video! Really great explanation and very useful! You saved my day :)
@kunlunmont63994 жыл бұрын
Thank Kilo
@pratamaramadhan97694 жыл бұрын
Cool! Thank you, Kilo!
@Kilo_Loco4 жыл бұрын
Any time!
@FidiFazkia3 жыл бұрын
Awesome.. thanks kilo..
@paultabaco3673 жыл бұрын
Thank you!
@hectorsvill4 жыл бұрын
Amazing! Thank you for the review!
@kevin-u77193 жыл бұрын
Thanks man
@TheReichsadler3 жыл бұрын
This is awesome. May I know the font name you are using in the Xcode editor
@JackFromBB3 жыл бұрын
Очень доступно. Спасибо)
@sardinesinbigbear4 жыл бұрын
Yet again another super informative video. Thanks! BTW, what theme are you using for Xcode?
@emmanuelashley77234 жыл бұрын
great video. thanks 😁
@Kilo_Loco4 жыл бұрын
Glad you liked it 😁
@shanecowherd4 жыл бұрын
THANK YOU!!! This was my first question when trying to build an "actual" app using SwiftUI. Hey, where did viewDidLoad go?
@Kilo_Loco4 жыл бұрын
Probably should have added something for that too. You can use the init method of the content view to setup stuff that would normally go into view did load
@denisk38524 жыл бұрын
onAppear
@rucksanajabinbithi60783 жыл бұрын
@@denisk3852 onAppear is stands for viewDidAppear
@HarshVaghelaiosdeveloper4 жыл бұрын
Thank you so much .. helping lot
@ЯрославГрицунь4 жыл бұрын
Thanks for the video. Can someone suggest a video that explains what SceneDelegate and AppDelegate are? Thanks.
@rengarajubalayohan70884 жыл бұрын
Good topic
@Kilo_Loco4 жыл бұрын
Thanks!! 😊
@pm9814 жыл бұрын
Thank you for the tutorial. Is possible with scenePhase show the onboarding only at first time app start, or i need to implement a func with scene delegate?
@tranminhhaifet3 жыл бұрын
How to do this in old Swift with SceneDelegate?
@firemob9554 жыл бұрын
how to create one list view that goes to anther list view.
@aleesjaved4 жыл бұрын
Please make a firebase video
@IMostfa4 жыл бұрын
10:55 is there a new way to handle notification tokens out side the app delegate ?
@Kilo_Loco4 жыл бұрын
Actually I forgot about the tokens, yea they are handled in the app delegate but the actual notification is handled in whatever class used for UserNotifications. I just haven’t implemented notification in a while is all
@IMostfa4 жыл бұрын
Kilo Loco thank you for your videos and your work 🙏🙏
@Kilo_Loco4 жыл бұрын
Always happy to help 😃
@ranc47114 жыл бұрын
Your repo-link ain't working. Thanks for the video!