wil*_*ood 11
这个方法只在你的ApplicationDelegate实例上调用,所以这是你放置代码的地方吗?
如果您需要通知您的应用程序何时进入ApplicationDelegate之外的后台,您可以注册NSNotificationCenter.
[[NSNotificationCenter defaultCenter] addObserver: whatever
selector: @selector(enteredBackground:)
name: UIApplicationDidEnterBackgroundNotification
object: nil];
Run Code Online (Sandbox Code Playgroud)
这适用于任何类,但你显然需要创建方法enteredBackground或任何你称之为:)
| 归档时间: |
|
| 查看次数: |
4402 次 |
| 最近记录: |