启动文字提示,h5调试加入
This commit is contained in:
@@ -43,7 +43,8 @@ final class SplashOverlay: UIView {
|
||||
imageView.translatesAutoresizingMaskIntoConstraints = false
|
||||
addSubview(imageView)
|
||||
|
||||
label.textColor = .white
|
||||
// SplashImage 底部是白色留白,白字会完全融进去 → 用黑色。
|
||||
label.textColor = .black
|
||||
label.font = .systemFont(ofSize: 14, weight: .medium)
|
||||
label.textAlignment = .center
|
||||
label.numberOfLines = 1
|
||||
|
||||
Reference in New Issue
Block a user