@@ -1177,4 +1177,9 @@
}
+
+//延迟系统触摸事件
+- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures{
+ return UIRectEdgeAll;
+}
@end