开发者

Does a UITableView with 10000 items use the same amount of memory as one with 100?

I wo开发者_JAVA技巧nder, does UITableView avoid filling memory with UIImage pixel data in a smart way?


No, obviously loading more data is going to use more memory. You could load 10 images at a time to save on memory usage.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜