How to preload or lazyload images in a UITableView on iPhone?
- by Mr_Nizzle
I'm having a problem when scrolling down and up a tableView on iPhone it gets kind of stuck while loading the images i need a method to preload the images so the scroll can be fluid or load the images 'till the scroll event stops...
any help on this?