Forráskód Böngészése

1.推流页延迟系统触摸事件

huangxiaodong 1 éve%!(EXTRA string=óta)
szülő
commit
b1de89c0b2

+ 4 - 0
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -2964,4 +2964,8 @@ static int  couneeee = 0;
     [self updatePlayViewRate:1.0];
 }
 
+//延迟系统触摸事件
+- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures{
+    return UIRectEdgeAll;
+}
 @end