Slow loading the images from URL in UITAbleView.

后端 未结 9 726

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:19

    There are some open source libraries available for this:

    1. HJCache
    2. SDWebImage

    These libraries download image in a asynchronous manner and cache it for further use.

提交回复
热议问题