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 应用程序中使用标准 OAuth2 viewControllerTouch 进行用户登录。如果用户感到沮丧并且无法完成登录,有哪些方法可以实现“返回”或“取消”以将 UI 返回到我的应用程序?
查看gtm-OAuth2中包含的示例。简短的回答是,当您创建控制器时,您应该将其推送到导航控制器。导航栏应提供返回/取消功能。