UITableView无法滚动

发布于 2024-12-05 08:59:02 字数 220 浏览 1 评论 0原文

我有一个选项卡栏,其中两个 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 技术交流群。

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

发布评论

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

评论(1

给妤﹃绝世温柔 2024-12-12 08:59:02

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.

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