码迷,mamicode.com
首页 > 移动开发 > 详细

iOS开发之监听应用进入前台后台

时间:2019-12-11 18:53:34      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:ati   default   cti   bec   round   rbac   pre   select   erb   

//后台进前台通知 UIApplicationDidBecomeActiveNotification
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didBecomeActive) name:UIApplicationDidBecomeActiveNotification object:nil];

//进入后台UIApplicationDidEnterBackgroundNotification
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didEnterBackground) name:UIApplicationDidEnterBackgroundNotification object:nil];

我们

iOS开发之监听应用进入前台后台

标签:ati   default   cti   bec   round   rbac   pre   select   erb   

原文地址:https://www.cnblogs.com/hecanlin/p/12024377.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!