UITableView 不知何故变得不可点击

发布于 2024-11-06 01:24:04 字数 296 浏览 0 评论 0原文

我有一个正在运行的 UITableView,其单元格中填充了标题、副标题和图像,这些内容运行良好,可以单击以将某些内容打印到控制台。

在更改应用程序的其他方面时,我或我的合作伙伴一定以某种方式搞砸了一些事情,因为当触摸正确的按钮时,表格视图仍然会出现,并像以前一样填充图像和标题,但它已经变得完全没有响应。

单击时图块不会变成蓝色,不会打印任何内容,并且拖动时表格视图甚至不会滚动,因此就像对所有触摸事件完全没有响应一样。

我已经尝试并试图找出发生了什么,但没有运气......是否有任何常见错误或我可能错过的联系会导致这种情况?

I had a working UITableView whose cells are populated with a title, subtitle, and image that was working great and could be clicked on to print something to the console.

In changing other aspects of the app, I or my partner must have somehow messed something up because the table view will still come up when the correct button is touched and gets populated with image and titles as before, but it has become completely unresponsive.

The tiles won't turn blue when clicked, nothing is printed, and the table view won't even scroll when dragged so it's like the is completely unresponsive to all touch events.

I've tried and tried to find out what happened but no luck... Are there any common mistakes or connections I could be missing that would cause this?

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

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

发布评论

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

评论(1

青朷 2024-11-13 01:24:04

转到 IB 并检查是否选中了用户交互已启用。必须启用它。如果您要通过代码创建电视,请将 userInteractionEnabled 属性设置为 YES

Go to IB and check if User Interaction enabled is checked. It must be enabled. If you're creating the TV from code, set the userInteractionEnabled property to YES

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