当用户按下home键并再次双击返回时会调用哪些方法
我想知道当用户按下主页按钮并再次双击以返回我的应用程序时会调用哪些方法(事件)。
I want to know which methods (events) are called when user presses home button and double presses it again to return to my app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些都在应用程序委托中调用
所有详细信息可以在这里找到: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplicationDelegate_Protocol/Reference/Reference.html
These all called in the app delegate
All details can be found here: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplicationDelegate_Protocol/Reference/Reference.html