Browse Source

1,显示文字加宽

jsonwang 3 years ago
parent
commit
a77a2895d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/View/BFLoadingView.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/View/BFLoadingView.swift

@@ -69,7 +69,7 @@ class BFLoadingView: UIView {
         let imageH: CGFloat = 90
         loadingImage.frame = CGRect(x: (frame.width - imageW) / 2, y: (frame.height - imageW) / 2, width: imageW, height: imageH)
 
-        titleL.frame = CGRect(x: (cScreenWidth - 88) / 2, y: loadingImage.frame.maxY + 10, width: 88, height: 22)
+        titleL.frame = CGRect(x: (cScreenWidth - 150) / 2, y: loadingImage.frame.maxY + 10, width: 150, height: 22)
     }
 
     ///   显示动画