浏览代码

1.横屏返回键跟选项键位置互换

huangxiaodong 5 月之前
父节点
当前提交
ed67ec415d
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      创维盒子/双子星云手机/webRtc/view/webRtcPlayerBottomContrView.m

+ 4 - 2
创维盒子/双子星云手机/webRtc/view/webRtcPlayerBottomContrView.m

@@ -105,13 +105,15 @@
         }];
         
         [backBtn mas_remakeConstraints:^(MASConstraintMaker *make) {
-            make.top.mas_equalTo(80.f);
+            //make.top.mas_equalTo(80.f);
+            make.bottom.mas_equalTo(-80.f);
             make.width.and.height.mas_equalTo(40.f);
             make.left.mas_equalTo(0);
         }];
         
         [mueBtn mas_remakeConstraints:^(MASConstraintMaker *make) {
-            make.bottom.mas_equalTo(-80.f);
+            //make.bottom.mas_equalTo(-80.f);
+            make.top.mas_equalTo(80.f);
             make.width.and.height.mas_equalTo(40.f);
             make.left.mas_equalTo(0);
         }];