Does anyone know any good library/tutorial that can do asynchronous image loading for a cell in UITableView? I am looking for a method that doesn’t involve too much code changing in my current code and easy to integrate to a regular synchronous UITableView.
Does anyone know any good library/tutorial that can do asynchronous image loading for a
Share
Try looking into Three20
An open source library written by the guy who wrote the official “Facebook” app for iOS.
Moreover, the code of the facebook app is based on that library.