Slow loading the images from URL in UITAbleView.

后端 未结 9 743

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         


        
9条回答
  •  误落风尘
    2020-12-20 10:08

    You've to use NSOperationQueue to make your tableview efficient.

    Check this icodeblog tutorial and raywenderlich tutorial

提交回复
热议问题