Commit 532305e8 authored by 刘俊宏's avatar 刘俊宏

提示框备注,添加标题修改和占位字符修改

parent ad7b74ea
...@@ -14,6 +14,7 @@ protocol GeliAlertTextViewDelegate { ...@@ -14,6 +14,7 @@ protocol GeliAlertTextViewDelegate {
class GeliAlertTextView: UIView, UITextViewDelegate { class GeliAlertTextView: UIView, UITextViewDelegate {
var delegate: GeliAlertTextViewDelegate? var delegate: GeliAlertTextViewDelegate?
@IBOutlet weak var titleLbl: UILabel!
@IBOutlet weak var placerLbl: UILabel! @IBOutlet weak var placerLbl: UILabel!
@IBOutlet weak var textview: UITextView! @IBOutlet weak var textview: UITextView!
@IBAction func leftAction(_ sender: UIButton) { @IBAction func leftAction(_ sender: UIButton) {
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<connections> <connections>
<outlet property="placerLbl" destination="9Qr-Ot-aRg" id="JP0-4t-4py"/> <outlet property="placerLbl" destination="9Qr-Ot-aRg" id="JP0-4t-4py"/>
<outlet property="textview" destination="wXk-Gr-x6B" id="Tv2-Vn-k9E"/> <outlet property="textview" destination="wXk-Gr-x6B" id="Tv2-Vn-k9E"/>
<outlet property="titleLbl" destination="ZpA-2T-Gxj" id="e7D-e9-AyD"/>
</connections> </connections>
</placeholder> </placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment