如何检测表格视图屏幕上任何位置的触摸,而不仅仅是单元格?

发布于 2024-08-01 19:43:58 字数 140 浏览 3 评论 0原文

我想当用户点击屏幕上的任意位置时隐藏导航栏、状态栏和选项卡栏。 此选项卡的视图是表格视图,但单元格处于非活动状态(它们存储图像和文本并且不执行任何操作)。

有没有一种方法可以检测桌面视图屏幕上的触摸?

在此先感谢您的帮助!

I would like to hide the navigation bar, status bar, and tab bar when a user taps anywhere on the screen. The view for this tab is a tableview but the cells are inactive (they store images and text and do not perform any actions).

Is there a method for detecting touches on the screen of a tableview?

Thanks in advance for your help!

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

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

发布评论

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

评论(1

对不⑦ 2024-08-08 19:43:58

我正在工作,所以无法验证这一点,但 UITableView 是 UIResponder 的子类。 您应该能够子类化 UITableView 并覆盖 -touchesEnded:withEvent: 并从那里做任何您想做的事情。

希望有帮助。

I'm at work so I can't verify this, but UITableView is a subclass of UIResponder. You should be able subclass UITableView and override -touchesEnded:withEvent: and do whatever you want from there.

Hope that helps.

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