当用户按下home键并再次双击返回时会调用哪些方法

发布于 2024-10-27 14:25:57 字数 47 浏览 1 评论 0原文

我想知道当用户按下主页按钮并再次双击以返回我的应用程序时会调用哪些方法(事件)。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再见 2024-11-03 14:25:57
applicationDidEnterBackground
applicationWillEnterForeground

这些都在应用程序委托中调用

所有详细信息可以在这里找到: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplicationDelegate_Protocol/Reference/Reference.html

applicationDidEnterBackground
applicationWillEnterForeground

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文