Browse Source

调整高度

jsonwang 3 năm trước cách đây
mục cha
commit
2051a7462b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Introduce/Record/INRecorderSetting.swift

+ 1 - 1
Introduce/Record/INRecorderSetting.swift

@@ -87,7 +87,7 @@ class INRecorderSetting:BFBaseViewController{
             make.width.equalTo(182)
             make.height.equalTo(160)
             make.centerX.equalToSuperview()
-            make.top.equalToSuperview().offset(357)
+            make.top.equalToSuperview().offset(357 - (navHeadImageView?.height ?? 0))
         }
         leftButton(image: nil, imageName: nil, tintColor: UIColor.black)
         backButton?.isHidden = false