gpt4 book ai didi

ios - 移动到 Root View Controller 而不显示 subview

转载 作者:行者123 更新时间:2023-11-30 12:25:40 25 4
gpt4 key购买 nike

我想关闭所有 subview 并最终移动到 Root View Controller 。我使用了以下代码

DispatchQueue.main.async {
appDelegate.window?.rootViewController?.dismiss(animated: false, completion:nil)
}

但问题是,在移动到 Root View 时,它首先显示 subview ,然后显示 Root View 。

我该如何解决这个问题?有什么想法吗?

最佳答案

使用导航 Controller 对象的popToRootViewController方法。

例如:[self.navigationController popToRootViewControllerAnimated:YES];

此方法将通过弹出当前 View Controller 到 Root View Controller 之间的所有 View Controller 来弹出到 Root View Controller 。

关于ios - 移动到 Root View Controller 而不显示 subview ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44254693/

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