I implemented lazy image load for my UITableView using NSUrlConnection. This is all working very nicely. When I open my table, I automatically get the images when I wait for a second (on 3G). However, when I scroll, the table loads the new cell's, starts the NSURLConnections, but when the image is finished loading (in code), they do not get put into the view until the table actually stops scrolling..
The Youtube application is able to load the images into the table WHILE scrolling, I'd like to do this as well, any hints / pointers?
I just found my answer thanks to the 'Related' feature to the right.. Delayed UIImageView Rendering in UITableView
You have to start NSUrlConnection in a different run-loop, so that you receive data while the table is scrolling.
Thanks for the answers!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With