|
@@ -34,7 +34,7 @@ class BFLoadingView: UIView {
|
|
|
|
|
|
lazy var titleL: UILabel = {
|
|
lazy var titleL: UILabel = {
|
|
let l = UILabel()
|
|
let l = UILabel()
|
|
- l.text = "变音中 10%"
|
|
|
|
|
|
+ l.text = "变声中 10%"
|
|
l.textAlignment = .center
|
|
l.textAlignment = .center
|
|
l.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
|
|
l.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
|
|
l.font = UIFont.systemFont(ofSize: 16)
|
|
l.font = UIFont.systemFont(ofSize: 16)
|