开发者

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

开发者 https://www.devze.com 2023-04-02 08:22 出处:网络
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

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

精彩评论

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