소스 검색

1.延迟系统触摸事件

huangxiaodong 8 달 전
부모
커밋
bb60f16574
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      创维盒子/双子星云手机/webRtc/webRtcPlayerViewController.m

+ 5 - 0
创维盒子/双子星云手机/webRtc/webRtcPlayerViewController.m

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