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

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

parent ad7b74ea
......@@ -14,6 +14,7 @@ protocol GeliAlertTextViewDelegate {
class GeliAlertTextView: UIView, UITextViewDelegate {
var delegate: GeliAlertTextViewDelegate?
@IBOutlet weak var titleLbl: UILabel!
@IBOutlet weak var placerLbl: UILabel!
@IBOutlet weak var textview: UITextView!
@IBAction func leftAction(_ sender: UIButton) {
......
......@@ -13,6 +13,7 @@
<connections>
<outlet property="placerLbl" destination="9Qr-Ot-aRg" id="JP0-4t-4py"/>
<outlet property="textview" destination="wXk-Gr-x6B" id="Tv2-Vn-k9E"/>
<outlet property="titleLbl" destination="ZpA-2T-Gxj" id="e7D-e9-AyD"/>
</connections>
</placeholder>
<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