Lazy loading UITableView with multiple images in each cell

后端 未结 3 1630
盖世英雄少女心
盖世英雄少女心 2020-12-20 06:55

I am using lazy loading to show images on a table view. But I need to create a tableview with multiple images in every cell.Which can be scrolled. All images are loaded from

3条回答
  •  死守一世寂寞
    2020-12-20 07:35

    Try this code. SDWebImage. It downloads image from server and save it to device cache. Also if you don't want save it to cache then you might have a look at AFNetworking.

提交回复
热议问题