Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
成功登录后,我需要从一个视图导航到另一个视图我正在使用情节提要,但我陷入了这个过程我是 IOS 新手,所以请指导我克服这个问题
我通常[self performSegueWithIdentifier: @"LoginSucceeded" sender:self]在我自己的项目中使用“”,当我用于身份验证的任何方法最终返回为“成功”时。
[self performSegueWithIdentifier: @"LoginSucceeded" sender:self]
尽管您需要将“ @LoginSucceeded”替换为您为转到下一个屏幕的 segue 提供的实际 segue 名称。
@LoginSucceeded
而且您可能还需要适当的“登录失败”segue / screen 或“身份验证错误”状态。