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
You've to use NSOperationQueue to make your tableview efficient.
NSOperationQueue
tableview
Check this icodeblog tutorial and raywenderlich tutorial