|
@@ -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)
|
|
|
}
|
|
|
|
|
|
/// 显示动画
|