jsonwang 3 лет назад
Родитель
Сommit
05c06cba85
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Introduce/Record/INRecorderController.swift

+ 2 - 2
Introduce/Record/INRecorderController.swift

@@ -281,11 +281,11 @@ class INRecorderController: BFBaseViewController {
     override func viewDidLayoutSubviews() {
         var btn = camaraBtn
         btn.imageEdgeInsets = UIEdgeInsets(top: -btn.titleLabel!.height - 2, left: 0, bottom: 0, right: -btn.titleLabel!.width)
-        btn.titleEdgeInsets = UIEdgeInsets(top: btn.imageView!.height + 8, left: -btn.imageView!.width, bottom: 0, right: 0)
+        btn.titleEdgeInsets = UIEdgeInsets(top: btn.imageView!.height + 16, left: -btn.imageView!.width, bottom: 0, right: 0)
         
         btn = photoBtn
         btn.imageEdgeInsets = UIEdgeInsets(top: -btn.titleLabel!.height - 2, left: 0, bottom: 0, right: -btn.titleLabel!.width)
-        btn.titleEdgeInsets = UIEdgeInsets(top: btn.imageView!.height + 8, left: -btn.imageView!.width, bottom: 0, right: 0)
+        btn.titleEdgeInsets = UIEdgeInsets(top: btn.imageView!.height + 16, left: -btn.imageView!.width, bottom: 0, right: 0)
     }
     
     @objc func doneAction() {