gpt4 book ai didi

ios - Q :Controller present 2 second ,如何让它看起来只有一个转换?

转载 作者:行者123 更新时间:2023-11-28 21:24:25 27 4
gpt4 key购买 nike

我有一个要求,Controller1 present to -> Controller2 -> present to Controller3,如何让它看起来像 Controller1 呈现给 -> Controller3?

你知道要求是当我启动我的app时,它首先在LaunchController中,然后是LoginController,最后呈现给MainController,但是当我第二次启动我的应用程序时,它看起来像是从 LaunchController 呈现给 MainController,因为我保存了 usernamepassword 在我的 sandbox 中。如何实现功能?

最佳答案

第二次你可以直接把你应用窗口的rootviewcontroller设置为你的MainController;当您有用户名和密码时。像这样:

if(username && password)
[self.window setRootViewController:[[MainController alloc] initWithNibName:@"MainController" bundle:nil]];

你可以在里面做这个

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

关于ios - Q :Controller present 2 second ,如何让它看起来只有一个转换?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38603566/

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