监听app从后台进入前台
2016-12-13 本文已影响0人
alohasingle
[[NSNotificationCenterdefaultCenter]addObserver:self
selector:@selector(someMethod1)
name:UIApplicationDidBecomeActiveNotificationobject:nil];
[[NSNotificationCenterdefaultCenter]addObserver:self
selector:@selector(someMethod1)
name:UIApplicationDidBecomeActiveNotificationobject:nil];