Reconsidering @Published - Combine to Async Part 1

Reconsidering @Published - Combine to Async Part 1

Daniel Steinberg

1 год назад

1,740 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ihorzhukov
@ihorzhukov - 24.10.2023 10:58

Man, it's a top content. Respect from a Lead iOS Engineer.

Ответить
@KanoKendama
@KanoKendama - 18.10.2023 02:15

This is the first time ever i was completely hypnotized by iOS dev related content. I usually find technical videos to either be superficial, geared towards entry level devs or plain and simply boring. This was none of that and the 8 and a half minutes simply flew by. I did not learn anything new necessarily, but it has given me something interesting to think about which is much more valuable to me.
I have a feeling i might have to binge your channel come the weekend 😅
Thank you for the great content!

Ответить
@kagawakisho4382
@kagawakisho4382 - 10.10.2023 18:11

Thank you for that excellent video. I have a question, however. Isn't the purpose of a view controller to centralize the logic within it? Won't distributing the logic between the view and the view controller make things messy for larger projects?

Ответить
@chuckincharlie
@chuckincharlie - 27.04.2023 17:46

Searched everywhere and I can't find documentation fro ${variable name} any help would be appreciated.

Ответить
@w00kee
@w00kee - 19.04.2023 10:59

What about the issue that the Support object is recreated every time the View is recreated (unlike the previous StateObject)? It's probably hard to tell with a sequence of random numbers but in a real app, where Support has meaningful app state, this would be an issue.

Ответить
@user-hv5gn5ki7x
@user-hv5gn5ki7x - 15.04.2023 20:12

hey great video, I just have a question.
why did you create extensions for stuff like this?

extension MainView {
private func listenForNumbers ( )
{
for await number in support. numbers {
}
}

Ответить
@user-cu9op3li5b
@user-cu9op3li5b - 14.04.2023 12:11

Looking forward to part 2!

Ответить
@larschristiansen3136
@larschristiansen3136 - 13.04.2023 15:36

Ouhh this is exiting!
I'm just into chapter two of "The Curious Case of the Async Café".
Looking forward to your next video. This one is top quality, both content and realization.

Ответить