do you have any plans to include debounce to the search and make a tutorial?
@gerardomendoza73482 жыл бұрын
any tutorial of the same but with normal swift?
@tchendoh2 жыл бұрын
Thank you so much!! I've worked 12 hours on something similar yesterday and never got it to work! Now I get a warning that the async in the onchange is gonna be deprecated. Is there any new way to do this?
@azamsharp2 жыл бұрын
Instead of async (which is deprecated, you can use Task).
@azamsharp2 жыл бұрын
Also, I have moved away from MVVM pattern in SwiftUI. Now I use the following more simplified approach: azamsharp.com/2022/10/06/practical-mv-pattern-crud.html
@marcinfrydrych53193 жыл бұрын
Hey, will you create a new SwiftUI course?
@azamsharp3 жыл бұрын
Currently there are no plans. I am working on a new Swift course for intermediate developers
@marcinfrydrych53193 жыл бұрын
@@azamsharp In that case please include testing, xcode instruments, GIT, graphQL facebook api :) Thank you for your work.
@azamsharp3 жыл бұрын
@@marcinfrydrych5319 I have separate course available on GraphQL, I have separate course on Testing.
@shivaram80453 жыл бұрын
Like @Marcin Frydrych said xcode instruments is a topic not covered much i feel
@vladimirstepanov72463 жыл бұрын
like
@kibriabhai14572 жыл бұрын
Thanks for the video Mr Azam. I was wondering how to change the background, forground, and the icons color.