Why my tableview is slow?

后端 未结 5 686
不思量自难忘°
不思量自难忘° 2021-01-26 16:50

im making a tableview loaded with some NSArrays, the cell contains two labels and a background image view loaded with a URL image. The problem is that the scrolling of the table

5条回答
  •  被撕碎了的回忆
    2021-01-26 17:17

    Load the image asynchronously(load it as the images come in). Look into great classes such as SDWebImage https://github.com/rs/SDWebImage

提交回复
热议问题