在我看来(加梅),当中心/家庭或锁托顿受到压力时,我试图利用国家核电中心停下来,恢复游戏。 使用:
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(pauseLayer:)
name:UIApplicationWillResignActiveNotification
object:self.view.layer.sublayers];
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(pauseLayer:)
name:UIApplicationDidEnterBackgroundNotification
object:self.view.layer.sublayers];
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(resumeLayer:)
name:UIApplicationWillEnterForegroundNotification
object:self.view.layer.sublayers];
我已尝试将其放在不同地方的很多地方,如GeoDidLoad, 视DidAppear, InitWith NibNameOrNil, 但这些地方虽然都被叫了起来,但不管用什么手法,还是没有叫pa。 为什么这一法典发挥作用?