소스 검색

加大 label 宽度

jsonwang 3 년 전
부모
커밋
fc38cb4a94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Introduce/Record/INRecorderController.swift

+ 1 - 1
Introduce/Record/INRecorderController.swift

@@ -245,7 +245,7 @@ class INRecorderController: BFBaseViewController {
         titleL.snp.makeConstraints { make in
             make.bottom.equalTo(photoBtn.snp.top).offset(-50)
             make.centerX.equalToSuperview()
-            make.width.equalTo(200)
+            make.width.equalTo(cScreenWidth)
             make.height.equalTo(40)
         }