|
@@ -56,12 +56,12 @@ class INRecorderController: BFBaseViewController {
|
|
|
|
|
|
lazy var protocolLab: TYAttributedLabel = {
|
|
lazy var protocolLab: TYAttributedLabel = {
|
|
let protocolLab = TYAttributedLabel()
|
|
let protocolLab = TYAttributedLabel()
|
|
- protocolLab.highlightedLinkBackgroundColor = UIColor.black
|
|
|
|
|
|
+ protocolLab.highlightedLinkBackgroundColor = UIColor.clear
|
|
protocolLab.backgroundColor = UIColor.clear
|
|
protocolLab.backgroundColor = UIColor.clear
|
|
protocolLab.numberOfLines = 0
|
|
protocolLab.numberOfLines = 0
|
|
protocolLab.delegate = self
|
|
protocolLab.delegate = self
|
|
protocolLab.font = UIFont.systemFont(ofSize: 14)
|
|
protocolLab.font = UIFont.systemFont(ofSize: 14)
|
|
- protocolLab.text = "在您使用视说服务前,请认准阅读"
|
|
|
|
|
|
+ protocolLab.text = "在您使用视说服务前,请认真阅读"
|
|
protocolLab.textColor = UIColor(red: 0.262, green: 0.262, blue: 0.262, alpha: 1)
|
|
protocolLab.textColor = UIColor(red: 0.262, green: 0.262, blue: 0.262, alpha: 1)
|
|
protocolLab.appendLink(withText: "《视说用户协议》、 ", linkFont: UIFont.systemFont(ofSize: 14), linkColor: UIColor.hexColor(hexadecimal: "#90a9d2"), underLineStyle:CTUnderlineStyle(), linkData: cUserProtocol)
|
|
protocolLab.appendLink(withText: "《视说用户协议》、 ", linkFont: UIFont.systemFont(ofSize: 14), linkColor: UIColor.hexColor(hexadecimal: "#90a9d2"), underLineStyle:CTUnderlineStyle(), linkData: cUserProtocol)
|
|
|
|
|