Browse Source

修改默认文字位置

jsonwang 3 years ago
parent
commit
b737a509f5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      BFFramework/Classes/Stuckpoint/View/PQEditPublicTitleView.swift

+ 1 - 2
BFFramework/Classes/Stuckpoint/View/PQEditPublicTitleView.swift

@@ -36,8 +36,7 @@ class PQEditPublicTitleView: UIView {
         inputTV.backgroundColor = .clear
         inputTV.textColor = .black
         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.placeHolder = "我见过你眼中的春与秋,胜过我见过的所有山川河流"
         inputTV.showsVerticalScrollIndicator = false