Hey,Man, i just begin an internship for swift for 2 weeks.I spent one day late to make the assignment because i needed to load the images async.I am just beginner in this language and i dont know much about it.Thanks man.It really did help me what you did here and the explications were golden too
You are the hero Martin! 99% iOS-domain interview will question "how to do async image loading in TableView", but few RUclipsrs touch the key of race condition / what the dequeueReusableCell really is.
Great stuff man! I'm an experienced iOS developer and learned a lot from your videos! Thanks so much! I would love to watch a Unit Test series as well... Cheers from Brazil!
Hello Thanks for your tutorial, I followed your steps in a project but I got Error "unable to determine interface type without an established connection" when canceling the task. me app keeps changing the last cell of the tableview.could you help me. ?
This kind of behaviour is already paginated? I mean we are downloading only the images that are on the screen, or there are some other requests happening for stuff that is not showing yet at the same time.
Hi mate, again a great video! Great and optimized way to implement image loading, it helped me to correct the little bug in mine. As I already said, keep it up!
This tutorial is pretty amazing and the fact you have some swift shirts I am gonna order from you :) Also I'm assuming these techniques can also be applied to CollectionView since the API is rather similar?
Hi Martin, awesome work. I'm following you for couple years. Just a question regarding the networking code in the ImageView, would not be better placing all that logic out of the View layer? I mean, if you follow the MVC principles I guess the View should not have this responsibilities and should be better to create a network controller or something like that? Thanks. P.S: I miss your live coding YT videos 😁
Hey I totally agree with you. The ImageView could still have a loadImage function but the request implementation could go into an own (Network) struct 👊🏻😊
dam your a great Man ! , this Topic was my HeadAche from last 2 days and you solve problem just in 27 minutes , thankyou so much body ,, I have a another is with tonic MVVM conplete Concept can you make a vedio with project like that on MVVM ?
oh my Goddd I've been seeking this problem for a half year. Thank you so much. Your way is way better than any other stack flow people
I'm super happy it helped you Dowon 👊🏻😊
Hey,Man, i just begin an internship for swift for 2 weeks.I spent one day late to make the assignment because i needed to load the images async.I am just beginner in this language and i dont know much about it.Thanks man.It really did help me what you did here and the explications were golden too
It was a awesome explanationMartin thanks for this I was really looking for this
Awesome video learned a lot, one quick question for you. one image store in cache file if I run app again then it will store again or will be there?
this is gold content Martin, ty so much !
Oh my god!! This is so exciting- I love this tutorial! Keep it up!
You are the hero Martin! 99% iOS-domain interview will question "how to do async image loading in TableView", but few RUclipsrs touch the key of race condition / what the dequeueReusableCell really is.
Great stuff man! I'm an experienced iOS developer and learned a lot from your videos! Thanks so much! I would love to watch a Unit Test series as well... Cheers from Brazil!
This is the only tutorial that addresses this issue. Thank you, Great Job!!!!!!
Hey Kwaku, I'm happy it helped!! Thanks for commenting :D!
Good post , you saved my time
amazing and so simple!
I like it!
This was a great tutorial, literally saved my life. Thanks so much
I'm happy to hear it had such a huge impact 👊🏻😊! You are very welcome!
I'm so glad I came across your guide. Thansk!
You're most welcome 😊
Hello Thanks for your tutorial, I followed your steps in a project but I got Error "unable to determine interface type without an established connection" when canceling the task. me app keeps changing the last cell of the tableview.could you help me. ?
This kind of behaviour is already paginated? I mean we are downloading only the images that are on the screen, or there are some other requests happening for stuff that is not showing yet at the same time.
We’re only downloading images that are on screen and are cancelling anything off screen 🙂!
Would love to give you ten thumbs up for this tutorial. Great job!
Hi mate, again a great video! Great and optimized way to implement image loading, it helped me to correct the little bug in mine. As I already said, keep it up!
Hey Mate, that’s awesome! I‘m happy to hear it helped solving a bug 🙌🏻✨
Great video!!!
This tutorial is pretty amazing and the fact you have some swift shirts I am gonna order from you :) Also I'm assuming these techniques can also be applied to CollectionView since the API is rather similar?
Rock!
Thank you, your guide is very useful
Hi Martin, awesome work. I'm following you for couple years. Just a question regarding the networking code in the ImageView, would not be better placing all that logic out of the View layer? I mean, if you follow the MVC principles I guess the View should not have this responsibilities and should be better to create a network controller or something like that? Thanks. P.S: I miss your live coding YT videos 😁
Hey I totally agree with you. The ImageView could still have a loadImage function but the request implementation could go into an own (Network) struct 👊🏻😊
Hey, Martin. I just subbed to your channel coz I love your content though I do java and web dev
Ahw! That‘s so kind of you! I really appreciate your support Mate 👊🏻😊!!
@@martinlasek You're welcome
Awesome bro
I get why you’re forcing @ var task: URLSessionTask but isn’t this very bad practice? Is there a way to implement it without forcing with “!” ?
Agreed! This can be improved 😊!
dam your a great Man ! , this Topic was my HeadAche from last 2 days and you solve problem just in 27 minutes , thankyou so much body ,, I have a another is with tonic MVVM conplete Concept can you make a vedio with project like that on MVVM ?
Neues Video bitte
Hahah soon my friend, soon 👊🏻😄
Found another good code explanor
Easy to understand (y)
1st 😎✌🏻️
This is the shit.