I\'m loading the images from URL in UITableView. But it\'s very slow when loading an view. Here\'s an example,
UIImage *image = nil; image = [UIImage imageW
There are some open source libraries available for this:
These libraries download image in a asynchronous manner and cache it for further use.