UITableView升级到iOS5后出现滚动问题
我现在刚刚注意到我已经将我的应用程序更新到了 iOS 5,当我的表格视图的单元格数量少于屏幕大小时,它不会滚动,但如果我单击一个单元格转到详细视图,然后弹回到桌子,滚动得很好。另外,如果我最初的单元格数量超出了屏幕的显示范围,那么它从一开始就可以很好地滚动。
有什么想法吗?
I just noticed now that I've updated my app to iOS 5, that when my tableview has fewer cells than fit the screen, it doesn't scroll, but if I click a cell to go to detail view, and then pop back to the table, it scrolls fine. Also, if I initially have more cells than fit on the screen, it scrolls fine from the start.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下 VC 的笔尖。 XCode 4.2 对 IB 和表的处理方式进行了一些更改,因此这可能就是您的问题所在。
希望有帮助。
Take a look at the Nib for the VC. XCode 4.2 has made some changes to IB and the way tables are dealt with, so that's probably where you issue lies.
Hope that helps.