gpt4 book ai didi

swift - 我想回到 TabBarController 中的上一个 viewController

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

我想在注册后返回到TabBarController中的用户viewController,但是当我返回到tabBarController中的 Controller 时,底部没有tabBar。

这是我的代码

 let MyPage = self.storyboard?.instantiateViewControllerWithIdentifier("MyViewController")

presentViewController(MyPage!, animated: true, completion: nil)

MyViewController是TabBarController中的第五个 View Controller

请告诉我如何转到tabBarController中的 View Controller ,非常感谢!

最佳答案

不要使用presentViewController函数,而是使用dismissViewControllerAnimated函数。

替换

self.presentViewController(MyPage, animated: true, completion: nil)

self.dismissViewControllerAnimated(true, completion: nil)

关于swift - 我想回到 TabBarController 中的上一个 viewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33561870/

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