Lazy loading UITableView with multiple images in each cell

后端 未结 3 1628
盖世英雄少女心
盖世英雄少女心 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条回答
  •  Happy的楠姐
    2020-12-20 07:32

    Try this https://github.com/nicklockwood/AsyncImageView .Easy to download images asyncronously from server.

提交回复
热议问题