|
@@ -29,7 +29,7 @@ class BFSubtitleEditView: UIView {
|
|
textView.maxTextLengthRemind = ""
|
|
textView.maxTextLengthRemind = ""
|
|
textView.backgroundColor = UIColor.clear
|
|
textView.backgroundColor = UIColor.clear
|
|
textView.textColor = UIColor.hexColor(hexadecimal: "#FFFFFF")
|
|
textView.textColor = UIColor.hexColor(hexadecimal: "#FFFFFF")
|
|
- textView.tintColor = UIColor.hexColor(hexadecimal: "#EE0051")
|
|
|
|
|
|
+ textView.tintColor = UIColor.hexColor(hexadecimal: "#28BE67")
|
|
textView.font = UIFont.systemFont(ofSize: 17)
|
|
textView.font = UIFont.systemFont(ofSize: 17)
|
|
textView.placeHolder = ""
|
|
textView.placeHolder = ""
|
|
textView.placeHolderColor = UIColor.hexColor(hexadecimal: "#555555")
|
|
textView.placeHolderColor = UIColor.hexColor(hexadecimal: "#555555")
|