[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(endBackground) name:UIApplicationWillEnterForegroundNotification object:nil];
即可监听点击了系统返回方法
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(endBackground) name:UIApplicationWillEnterForegroundNotification object:nil];
即可监听点击了系统返回方法
转载于:https://www.cnblogs.com/jgCho/p/6590190.html