确定 UINavigationController 放置在 UITabBarController 中时何时显示/隐藏

发布于 2024-12-08 04:12:26 字数 407 浏览 0 评论 0原文

所以我有一个 UITabBarController,并且在其中一个选项卡中我有一个 UINavigationController。我需要知道 UINavigationController 何时显示和隐藏。我想知道最好的方法是什么。

我可以使用 UITabBarDelegate 来确定用户何时单击该选项卡,但通常会通过其他方式将用户发送到该选项卡。我还可以在 UINavigationController 内的特定视图控制器中使用 viewDidAppearviewWillHide,但我想知道它们何时 UINavigationController code> 作为一个组显示和隐藏,而不是其中任何特定的视图控制器。

So I have a UITabBarController, and in one of the tabs I have a UINavigationController. I need to know when the UINavigationController shows and hides. I'm wondering what the best way to do this is.

I can use the UITabBarDelegate to determine when a user clicks on that tab, but often the user is sent to this tab by another means. I can also use viewDidAppear or viewWillHide in the specific view controllers within the UINavigationController, but I want to know when they UINavigationController as a group shows and hides, not any specific view controller within.

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

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

发布评论

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

评论(1

-小熊_ 2024-12-15 04:12:26

呵呵。 UINavigationController 类是否有一个如下所示的实例方法:

    [instanceOfNavController isFirstResponder];

您应该检查开发人员文档以获取此类实例方法。

Huh. Is there an instance method of the UINavigationController class that looks like this:

    [instanceOfNavController isFirstResponder];

You should check the developer documentation for such an instance method.

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