TTTableViewController 是不是有点神经兮兮?

发布于 2024-11-27 04:24:25 字数 110 浏览 1 评论 0原文

我正在使用 TTTableViewController 和数据源,我注意到每次加载新单元格时它都会有点粘。我的源代码太长,无法发布,所以我想知道是否有任何提示或需要注意的事项来优化 Three20 表视图?

I'm using the TTTableViewController and datasource and I notice every time a new cell is being loaded it is a little bit sticky. My source code is too long to post so I was wondering if there were any tips or things to look out for to optimize the three20 table view?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十二 2024-12-04 04:24:25

这很有趣。我有一个 tableView,它在延迟加载的单元格中创建许多 UIImageView,并且替换 imageWithContentsOfFile 实际上消除了重新创建单元格时的轻微暂停。每个单元格有 1 个变化的图像和 2-3 个永不变化的图像。

根据此线程,不应使用 imageNamed:img_data_lock iphone - imageNamed vs imageWithContentsofFile< /a>,我没有注意到 imageNamed 有任何崩溃,你能解释一下为什么会这样吗?

This is very interesting. I have a tableView that creates many UIImageViews in lazy loaded cells and replacing imageWithContentsOfFile virtually removed a slight pause when the cells were being recreated. Each cell has 1 changing image, and 2-3 images that never change.

According to this thread, imageNamed should not be used: img_data_lock iphone - imageNamed vs imageWithContentsofFile, I have not noticed any crashes with imageNamed, can you explain why this is so?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文