gpt4 book ai didi

swift - 如何在注销时返回iPhone App的第一屏?

转载 作者:可可西里 更新时间:2023-11-01 01:42:20 26 4
gpt4 key购买 nike

我有一个应用程序,其结构在附图中定义。

基本上,我有一个登录 View Controller 作为 Root View Controller 。当用户登录时,应用会转到 TabbarController,然后从那里转到 Home View Controller。还有另外三个选项卡。现在有一个 Log Out 按钮点击哪个用户应该去登录 View Controller 但是如果我编写代码弹出到 Root View Controller 他们将去任何选项卡的 Root View Controller 但不是在登录屏幕上。

enter image description here

如何 POP 到登录 View Controller ?

我不想创建 SignInViewController 的新对象,因此 Push 对我不起作用,而且会占用大量内存。

我在 Xcode 6.1 中使用 Swift

最佳答案

您必须将 SignInViewController 作为 Root View Controller 。

  1. 删除登录凭据。
  2. 并将 SignInViewController 作为 Root View Controller 加载。

注意:在我的场景中,工作流程在 ARC 模式下效果最佳。因为在 ARC 模式下,我们不必释放您已加载到内存中的所有 View Controller 。

关于swift - 如何在注销时返回iPhone App的第一屏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28579654/

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