iOS 点击左上角系统返回按钮方法

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(endBackground) name:UIApplicationWillEnterForegroundNotification object:nil];

即可监听点击了系统返回方法

posted @ 2017-03-20 16:53  jgCho  阅读(2525)  评论(7编辑  收藏  举报