我假设我需要实现:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(resignActive:)
name:UIApplicationWillResignActiveNotification
object:nil];
但不确定这是否是确定我的应用程序即将离开活动状态的正确通知。
这是取消网络连接以及应用程序终止的好地方吗?