iPhone 表格视图上的滚动问题
尽管我使用单元格标识符并使单元格出队,但在表视图上滚动还是非常慢。滚动看起来有点摇晃。可能是什么原因?
Scrolling on my table view is very slow despite of the fact that I am using cell identifiers and de-queuing the cells. Scrolling looks a little shaky. What could be the reason?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每个单元格上的子视图数量可能非常多。您需要解释您的细胞组成才能获得更有帮助的答案。请参阅uitableViewcell 减速滚动表中的 UIImage。
It could be an unholy amount of subviews on each cell. You need to explain your cell composition to get a more helpful answer. See UIImage in uitableViewcell slowdowns scrolling table.