开发者

Which methods are called when user presses home button and double presses it again to return

开发者 https://www.devze.com 2023-02-20 04:52 出处:网络
I want to know which methods (events) are called when user presses home button and double presses it aga开发者_JAVA百科in to return to my app.applicationDidEnterBackground

I want to know which methods (events) are called when user presses home button and double presses it aga开发者_JAVA百科in to return to my app.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消