소스 검색

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);
         }];