gpt4 book ai didi

ios - 当应用程序进入后台时,我想转换回第一个 View

转载 作者:行者123 更新时间:2023-11-29 03:22:40 24 4
gpt4 key购买 nike

当应用程序进入后台时,它会将用户从应用程序中注销(根据规范)。

我想转换回第一个 View Controller 。这不是导航或标签栏 Controller (尽管它确实在第一个场景之后过渡到那些)。

我在 AppDelegate 中试过了

- (void)applicationDidEnterBackground:(UIApplication *)application
{
LoginRegisterViewController *controller = [[LoginRegisterViewController alloc] init];
[self.window setRootViewController:controller];
}

但它只会让我进入黑屏。

有什么建议吗?

最佳答案

不要在 applicationDidEnterBackground: 上执行转换,而是在 applicationWillEnterForeground: 中执行转换。

关于ios - 当应用程序进入后台时,我想转换回第一个 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20887347/

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