Objective C - UITableViewCell loading image asynchronously

前端 未结 4 443
感情败类
感情败类 2021-01-01 07:56

I am displaying a table. Each row has an image icon, loaded from an URL.

Since downloading images synchronously blocks the UI, I\'ve implemented am asynchronous way

4条回答
  •  感动是毒
    2021-01-01 08:47

    I've noticed this behavior, too.

    The only general solution I could find is to disable cell reuse.

提交回复
热议问题