gpt4 book ai didi

swift - 如何从其他 View Controller 获取当前 View ?

转载 作者:行者123 更新时间:2023-11-30 10:15:30 26 4
gpt4 key购买 nike

我现在正在为我的应用程序执行登录/注销功能。当我尝试注销时,我想调用当前 View Controller ViewDidAppear()。因为我想刷新 View 以锁定该标签可用于登录用户。所以我需要知道我的应用程序中当前显示的是哪个 View Controller 。有什么帮助吗?

最佳答案

如果您在导航 Controller 中,则可以将 VC 置于顶部。

self.navigationController?.topViewController

将返回堆栈顶部的 ViewController。

您可以查看this其他选项。

指出几点:

  • var topViewController: UIViewController?
    The view controller at the top of the navigation stack.

  • var visibleViewController: UIViewController?
    The view controller associated with the currently visible view in the navigation interface.

  • var viewControllers: [UIViewController]
    The view controllers currently on the navigation stack.

关于swift - 如何从其他 View Controller 获取当前 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30254273/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com