Explorar o código

修改 loadingview size

jsonwang %!s(int64=3) %!d(string=hai) anos
pai
achega
7553e84037
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BFFramework/Classes/Base/View/PQLoadingHUB.swift

+ 1 - 1
BFFramework/Classes/Base/View/PQLoadingHUB.swift

@@ -41,7 +41,7 @@ public class PQLoadingHUBView: UIView {
         super.layoutSubviews()
         // 334 * 307
         let imageW: CGFloat = 67
-        let imageH: CGFloat = 62
+        let imageH: CGFloat = 67
         loadingImage.frame = CGRect(x: (frame.width - imageW) / 2, y: (frame.height - imageW) / 2, width: imageW, height: imageH)
     }