标签: iphone objective-c ios ipad multitasking
我想知道当用户按下主页按钮时会调用哪些方法(事件),然后再次双击它以返回我的应用程序。
答案 0 :(得分:2)
applicationDidEnterBackground applicationWillEnterForeground
这些都在app delegate中调用
所有详情均可在此处找到:http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplicationDelegate_Protocol/Reference/Reference.html