SwiftUI 2.0 Life Cycle

  Рет қаралды 12,838

Kilo Loco

Kilo Loco

Күн бұрын

Пікірлер: 46
@RobertHolzapfel
@RobertHolzapfel 4 жыл бұрын
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_carvalho
@antonio_carvalho 3 жыл бұрын
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.
@vijaykharage
@vijaykharage 4 жыл бұрын
Very clean and intuitive. Thanks for this quick lesson man.
@cary98029
@cary98029 3 жыл бұрын
Always learn so much from your tutorials. You really do a professional-level job with these videos!
@enaungong
@enaungong 3 жыл бұрын
Thanks now I know much more the cycle things. BTW I like the zoom in out effect of yourself!
@phanikella8769
@phanikella8769 4 жыл бұрын
thanks for the lesson... eagerly waiting for this swiftui 2.0 series. 😊
@carlituxdev
@carlituxdev 3 жыл бұрын
Cool Tutorial as always !
@acjazz01
@acjazz01 2 жыл бұрын
Fantastic content, well done! Thanks, it helped a lot.
@craigcurphey5175
@craigcurphey5175 3 жыл бұрын
This is an amazing lesson. Thanks, for your great work!
@RahulPahuja1991
@RahulPahuja1991 3 жыл бұрын
I owe a lot to the work that you do, you are one amazing man Kilo Thanks alot
@ViktorSiedov
@ViktorSiedov 4 жыл бұрын
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_Loco
@Kilo_Loco 4 жыл бұрын
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
@rasheedm2084
@rasheedm2084 4 жыл бұрын
Awesome content as always .. thank you Kilo
@PLawesomeness
@PLawesomeness Жыл бұрын
This is great thank you!
@max500k
@max500k 3 жыл бұрын
This is great, thanks! You make awesome videos.
@pixeltechie
@pixeltechie 3 жыл бұрын
Thank you so much for this video! Really great explanation and very useful! You saved my day :)
@kunlunmont6399
@kunlunmont6399 4 жыл бұрын
Thank Kilo
@pratamaramadhan9769
@pratamaramadhan9769 4 жыл бұрын
Cool! Thank you, Kilo!
@Kilo_Loco
@Kilo_Loco 4 жыл бұрын
Any time!
@FidiFazkia
@FidiFazkia 3 жыл бұрын
Awesome.. thanks kilo..
@paultabaco367
@paultabaco367 3 жыл бұрын
Thank you!
@hectorsvill
@hectorsvill 4 жыл бұрын
Amazing! Thank you for the review!
@kevin-u7719
@kevin-u7719 3 жыл бұрын
Thanks man
@TheReichsadler
@TheReichsadler 3 жыл бұрын
This is awesome. May I know the font name you are using in the Xcode editor
@JackFromBB
@JackFromBB 3 жыл бұрын
Очень доступно. Спасибо)
@sardinesinbigbear
@sardinesinbigbear 4 жыл бұрын
Yet again another super informative video. Thanks! BTW, what theme are you using for Xcode?
@emmanuelashley7723
@emmanuelashley7723 4 жыл бұрын
great video. thanks 😁
@Kilo_Loco
@Kilo_Loco 4 жыл бұрын
Glad you liked it 😁
@shanecowherd
@shanecowherd 4 жыл бұрын
THANK YOU!!! This was my first question when trying to build an "actual" app using SwiftUI. Hey, where did viewDidLoad go?
@Kilo_Loco
@Kilo_Loco 4 жыл бұрын
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
@denisk3852
@denisk3852 4 жыл бұрын
onAppear
@rucksanajabinbithi6078
@rucksanajabinbithi6078 3 жыл бұрын
@@denisk3852 onAppear is stands for viewDidAppear
@HarshVaghelaiosdeveloper
@HarshVaghelaiosdeveloper 4 жыл бұрын
Thank you so much .. helping lot
@ЯрославГрицунь
@ЯрославГрицунь 4 жыл бұрын
Thanks for the video. Can someone suggest a video that explains what SceneDelegate and AppDelegate are? Thanks.
@rengarajubalayohan7088
@rengarajubalayohan7088 4 жыл бұрын
Good topic
@Kilo_Loco
@Kilo_Loco 4 жыл бұрын
Thanks!! 😊
@pm981
@pm981 4 жыл бұрын
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?
@tranminhhaifet
@tranminhhaifet 3 жыл бұрын
How to do this in old Swift with SceneDelegate?
@firemob955
@firemob955 4 жыл бұрын
how to create one list view that goes to anther list view.
@aleesjaved
@aleesjaved 4 жыл бұрын
Please make a firebase video
@IMostfa
@IMostfa 4 жыл бұрын
10:55 is there a new way to handle notification tokens out side the app delegate ?
@Kilo_Loco
@Kilo_Loco 4 жыл бұрын
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
@IMostfa
@IMostfa 4 жыл бұрын
Kilo Loco thank you for your videos and your work 🙏🙏
@Kilo_Loco
@Kilo_Loco 4 жыл бұрын
Always happy to help 😃
@ranc4711
@ranc4711 4 жыл бұрын
Your repo-link ain't working. Thanks for the video!
@Kilo_Loco
@Kilo_Loco 4 жыл бұрын
Thanks for the heads up. I updated the link
8 Common SwiftUI Mistakes - and how to fix them!
28:05
Paul Hudson
Рет қаралды 50 М.
Svelte 5's Secret Weapon: Classes + Context
18:14
Huntabyte
Рет қаралды 25 М.
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 20 МЛН
SwiftUI 2.0: In-App Purchase - Getting Started From Scratch (2020)
52:25
BeyondOnesAndZeros
Рет қаралды 14 М.
SwiftUI View  Lifecycle || SwiftUI interview Questions
17:30
App Developer
Рет қаралды 4,4 М.
SwiftUI 2.0 Infinite Scroll
12:30
Kilo Loco
Рет қаралды 8 М.
SwiftUI 2.0: Core Data - How To Use Core Data From Scratch (2020)
25:40
BeyondOnesAndZeros
Рет қаралды 31 М.
SwiftUI 2.0 & Combine: Building a Form with Inline Error Validation
27:10
BeyondOnesAndZeros
Рет қаралды 11 М.
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 96 М.
UIViewController - Lifecycle | Swift | viewDidLoad
7:57
Sean Allen
Рет қаралды 41 М.
5 Steps to Better SwiftUI Views
31:19
Paul Hudson
Рет қаралды 56 М.
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 20 МЛН