|
@@ -36,8 +36,7 @@ class PQEditPublicTitleView: UIView {
|
|
inputTV.backgroundColor = .clear
|
|
inputTV.backgroundColor = .clear
|
|
inputTV.textColor = .black
|
|
inputTV.textColor = .black
|
|
inputTV.maxTextLength = 30
|
|
inputTV.maxTextLength = 30
|
|
- // SanW - 待修改
|
|
|
|
-// inputTV.placeHolderDefultPoint = CGPoint(x: 5, y: 0)
|
|
|
|
|
|
+ inputTV.placeHolderDefultPoint = CGPoint(x: 5, y: 0)
|
|
inputTV.tintColor = UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue)
|
|
inputTV.tintColor = UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue)
|
|
inputTV.placeHolder = "我见过你眼中的春与秋,胜过我见过的所有山川河流"
|
|
inputTV.placeHolder = "我见过你眼中的春与秋,胜过我见过的所有山川河流"
|
|
inputTV.showsVerticalScrollIndicator = false
|
|
inputTV.showsVerticalScrollIndicator = false
|