UINavigationController 标题已按下

发布于 2024-11-02 19:19:32 字数 121 浏览 0 评论 0原文

我想知道是否有任何选项可以知道用户是否单击了 UINavigationController 标题。 我的意思是,如果有一个导航控制器且其标题为“Hello”,那么当用户按下“Hello”时我想做一些事情。

谢谢!

I want to know if there any option to know if the user has clicked on the UINavigationController title.
I mean, if there is a navigation controller and its titled "Hello", I want to do something if the user has pressed on the "Hello".

Thanks!

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

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

发布评论

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

评论(1

北凤男飞 2024-11-09 19:19:32

您可以使用 UIGestureRecognizer 来实现此目的。更具体地说,UITapGestureRecognizer。

只需将其添加到 UINavigationController 上的 UINavigationBar 即可。

You can use UIGestureRecognizer for this. More specifically UITapGestureRecognizer.

Just add it to the UINavigationBar on the UINavigationController.

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