UITableView无法滚动
我有一个选项卡栏,其中两个 tabBarController.viewControllers 内部有 tableview。
当我启动应用程序时。选项卡 1 的 tableview 无法滚动。当切换到选项卡2并切换回选项卡1时,选项卡1的tableview可以滚动。
太奇怪了!谁能给出提示吗?
和行数有关系吗? ps 两个表视图的框架都没有填充足够的行。
谢谢。
I have a tab bar, and two of the tabBarController.viewControllers has tableview inside.
When I launch the App. tab 1's tableview cannot scroll. When switch to tab 2 and switch back to tab 1. the tab 1's tableview can scroll.
So strange! Can anyone give a hint?
Is it related to number of rows? p.s. both of tableviews' frame is not filled with enough rows.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
tableView 会弹跳吗?无论行数多少,它都应该执行此操作。
听起来像是 tableviews 超级视图的边界有问题 - 如果您在超级视图上设置 ClipToBounds 并且 tableview 消失,那就是这样。
Does the tableView bounce? It should do this regardless of the number of rows.
Sounds like a problem with the bounds of the tableviews superview - if you set clipToBounds on the superview and the tableview disappears, then thats it.