[[NSNotificationCenterdefaultCenter]addObserver:self
selector:@selector(someMethod1)
name:UIApplicationDidBecomeActiveNotificationobject:nil];
[[NSNotificationCenterdefaultCenter]addObserver:self
selector:@selector(someMethod1)
name:UIApplicationDidBecomeActiveNotificationobject:nil];
本文标题:监听app从后台进入前台
本文链接:https://www.haomeiwen.com/subject/zenvmttx.html
网友评论