[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(screenshotsDone) name:UIApplicationUserDidTakeScreenshotNotification object:nil];
監(jiān)聽(tīng)到截圖以后,可以在screenshotsDone做一些彈框或者其他的提示操作
注:截圖屬于系統(tǒng)操作,不能禁止
[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(screenshotsDone) name:UIApplicationUserDidTakeScreenshotNotification object:nil];
監(jiān)聽(tīng)到截圖以后,可以在screenshotsDone做一些彈框或者其他的提示操作
注:截圖屬于系統(tǒng)操作,不能禁止