Hi all, I hope you enjoy this video. I also have the playlist for this free course below Build a news app in SwiftUI tutorial series kzbin.info/aero/PLv... Also if you’re interested in learning how to build a complex UI, I also have a detailed tutorial showing you how to build Clubhouse in SwiftUI below Build Clubhouse in SwiftUI 2.0 and Dark Mode (SwiftUI Tutorial, SwiftUI 2.0, Clubhouse App Clone) kzbin.info/www/bejne/fIe4gZhrr5aMfZo
@khaqim41482 жыл бұрын
I can't open the playlist
@tundsdev2 жыл бұрын
Build a news app in SwiftUI tutorial series kzbin.info/aero/PLvUWi5tdh92zgFZ2UHvhhKrLyRyHXz8Jw
@milanelsen17963 жыл бұрын
Great Tutorial, thank you. It's always nice to see some new Swift/iOS creators on here
@tundsdev3 жыл бұрын
Glad you liked it! And there's more content I have planned to come 👀
@mquin210133 жыл бұрын
nice tutorial man keep it up. im new to SwiftUI so this really helps
@tundsdev3 жыл бұрын
Thank you for the support, exciting times that you’re new to SwiftUI development 🙌🏾
@OG4TheStreet3 жыл бұрын
Really nice work, I believe you make this a series
@tundsdev3 жыл бұрын
Thank you and great idea 👍🏾
@josephlabs3 жыл бұрын
this is clutch thanks man.
@dhavalnena73863 жыл бұрын
Great as always!
@tundsdev3 жыл бұрын
Thank you! Cheers!
@hisbikalhaqiqi1910 ай бұрын
amazing this video, thanks for sharing i enjoy this video
@ivanvasilev9417 Жыл бұрын
I like your videos and I watch them often. One minor comment - please, reduce drastically the usage of: essentially and basically.
@tundsdev Жыл бұрын
Thanks, one thing to note this video was filmed 2 yrs ago. My content has changed a lot in terms of quality
@ivanvasilev9417 Жыл бұрын
@@tundsdev you are correct. I take my comment back! Keep up the great work!
@dmp72323 жыл бұрын
how to do this without own protocol? skeleton view is showing always. Thanks anyway!
@tundsdev2 жыл бұрын
Thanks 👍🏾
@MoAdel92 Жыл бұрын
right now i am using your old network layer using urlsessions , do i need to learn any thing new like Combine ?
@tundsdev Жыл бұрын
Hey, I have a mini course with a range of examples using URLSession it has examples with Combine & Swift Concurrency 👌🏾 kzbin.info/aero/PLvUWi5tdh92wy3DEZk_NL207DgQs_xtq_
@MoAdel92 Жыл бұрын
@@tundsdev with SwiftUI do i need to move to another prospective A lot of folks use Task{} and i am pretty new with SwiftUI (less than 1 year actual practicing) ,do i need to change anything under the hood?
@MoAdel92 Жыл бұрын
@@tundsdev now i am watching every video in your channel starting from day one of your channel Thanks a lot
@tundsdev Жыл бұрын
That task is using Swift Concurrency, I personally would stick with Swift Concurrency or Combine. Understand URLSession then pick one you prefer. I prefer Swift Concurrency personally 👌🏾
@MoAdel92 Жыл бұрын
@@tundsdev i will try to do so Any combine videos coming soon from zero level?