我想将视图控制器设置为初始视图控制器

时间:2019-08-28 07:02:38

标签: swift4

如果用户已经登录,则应从主页打开该应用程序,并且他/她不应再次进入登录页面。

我尝试过这段代码,它没有显示任何错误,但无法正常工作。

.ToArrayAsync()

我希望用户已经登录,然后再次打开该应用程序时,他/她必须直接进入主页,并且不应再次进入登录页面。

2 个答案:

答案 0 :(得分:0)

b == true

答案 1 :(得分:0)

    let rootViewController = self.storyboard?.instantiateViewController(withIdentifier: "rootVcIdentifier") as! UINavigationController

    self.view.window?.rootViewController = rootViewController