Преглед на файлове

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

huangxiaodong преди 1 година
родител
ревизия
b1de89c0b2
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

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

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