gpt4 book ai didi

ios - 在不调用 self.dismiss ViewController 的情况下关闭 View Controller 的替代方法

转载 作者:搜寻专家 更新时间:2023-10-31 22:31:09 26 4
gpt4 key购买 nike

是否可以在不调用 self.dismissViewControllerAnimated 的情况下关闭(并释放) View Controller (最好在 Swift 中)?

我试过下面的方法,并没有真正做到:

let loginVC = self.storyboard?.instantiateViewControllerWithIdentifier("LoginVC") as! LoginVC
self.presentViewController(loginVC, animated: true) {
//self.removeFromParentViewController()
self.tabBarController!.removeFromParentViewController()
}

最佳答案

dismissViewController:animated 应该用来关闭一个用 presentViewController:animated:completion: 呈现的 View Controller 。

类似地,UINavigationController 的 popViewControllerAnimated: 方法用于弹出一个用 pushViewController:animated 显示的 View Controller 。

关于ios - 在不调用 self.dismiss ViewController 的情况下关闭 View Controller 的替代方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38965072/

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