iOS开发监听屏幕截屏事件 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleUserDidTakeScreenshotNotification:) name:UIApplicationUserDidTakeScreenshotNotification object:nil]; 注册通知即可收到截屏通知