如果用户已经登录,则应从主页打开该应用程序,并且他/她不应再次进入登录页面。
我尝试过这段代码,它没有显示任何错误,但无法正常工作。
.ToArrayAsync()
我希望用户已经登录,然后再次打开该应用程序时,他/她必须直接进入主页,并且不应再次进入登录页面。
答案 0 :(得分:0)
b == true
答案 1 :(得分:0)
let rootViewController = self.storyboard?.instantiateViewController(withIdentifier: "rootVcIdentifier") as! UINavigationController
self.view.window?.rootViewController = rootViewController