|
@@ -205,9 +205,9 @@ class PQStuckPointPublicController: PQBaseViewController {
|
|
remindLab.font = UIFont.systemFont(ofSize: 14)
|
|
remindLab.font = UIFont.systemFont(ofSize: 14)
|
|
remindLab.textColor = PQBFConfig.shared.styleTitleColor
|
|
remindLab.textColor = PQBFConfig.shared.styleTitleColor
|
|
remindLab.textAlignment = .center
|
|
remindLab.textAlignment = .center
|
|
- remindLab.numberOfLines = 2
|
|
|
|
- let arr = NSMutableAttributedString(string: "制作完成啦🎉\n快分享秀一下")
|
|
|
|
- arr.addAttributes([.font: UIFont.systemFont(ofSize: 30)], range: NSRange(location: arr.length - 6, length: 6))
|
|
|
|
|
|
+ remindLab.numberOfLines = 3
|
|
|
|
+ let arr = NSMutableAttributedString(string: "制作完成啦🎉\n\n快分享秀一下")
|
|
|
|
+ arr.addAttributes([.font: UIFont.systemFont(ofSize: 30,weight: .semibold)], range: NSRange(location: arr.length - 6, length: 6))
|
|
remindLab.attributedText = arr
|
|
remindLab.attributedText = arr
|
|
return remindLab
|
|
return remindLab
|
|
}()
|
|
}()
|