6.1轧粟、UITextField 策治、UITextView

import UIKit

class ViewController: UIViewController,UITextFieldDelegate,UITextViewDelegate {

? ? overridefuncviewDidLoad() {

? ? ? ? super.viewDidLoad()

? ? ? ? self.createUITextField()

? ? ? ? self.createUITextview()

? ? ? ? self.adjustTextView()

? ? }

? ? funccreateUITextField() {

? ? ? ? lettextField =UITextField(frame:CGRect(x:20, y:270, width:250, height:40))

? ? ? ? textField.backgroundColor = UIColor.cyan

? ? ? ? textField.borderStyle= .line

? ? ? ? textField.placeholder=" 請輸入用戶名"

? ? ? ? textField.textColor=UIColor.brown

? ? ? ? textField.font=UIFont.systemFont(ofSize:15)

? ? ? ? textField.textAlignment= .natural

? ? ? ? textField.adjustsFontSizeToFitWidth = true

? ? ? ? textField.clearButtonMode= .whileEditing

? ? ? ? //? ? ? ? textField.delegate = self as? UITextFieldDelegate

? ? ? ? textField.delegate=self

? ? ? ? self.view.addSubview(textField)

? ? ? ? letimgv =UIImageView(frame:CGRect(x:20, y:8, width:40, height:24))

? ? ? ? imgv.image=UIImage(named:"dl-iphone")

? ? ? ? imgv.contentMode= .center

? ? ? ? textField.leftView= imgv

? ? ? ? textField.leftViewMode= .always

? ? ? ? textField.leftView?.backgroundColor = UIColor.red

? ? ? ? letpasswordTf =UITextField(frame:CGRect(x:20, y:380, width:250, height:40))

? ? ? ? self.view.addSubview(passwordTf)

? ? ? ? passwordTf.isSecureTextEntry=true

? ? ? ? passwordTf.becomeFirstResponder()

? ? ? ? passwordTf.keyboardType= .decimalPad

? ? ? ? passwordTf.returnKeyType= .next

? ? ? ? passwordTf.borderStyle= .roundedRect

? ? ? ? passwordTf.backgroundColor = UIColor.cyan

? ? ? ? passwordTf.addTarget(self, action:#selector(changeValue(tf:)), for: .editingChanged)

? ? }

? ? funcchangeValue(tf:UITextField) {

? ? ? ? print(tf.text??"")

? ? }

? ? functextFieldShouldBeginEditing(_textField:UITextField) ->Bool{

? ? ? ? print("我將要開始編輯了")

? ? ? ? return true

? ? }

? ? functextFieldDidBeginEditing(_textField:UITextField) {

? ? ? ? print("我正在編輯中")

? ? }

? ? functextFieldShouldEndEditing(_textField:UITextField) ->Bool{

? ? ? ? print("我即將結(jié)束編輯狀態(tài)")

? ? ? ? textField.resignFirstResponder()

? ? ? ? return true

? ? }

? ? functextFieldDidEndEditing(_textField:UITextField) {

? ? ? ? print("我已結(jié)束編輯狀態(tài)")

? ? }

? ? functextFieldShouldReturn(_textField:UITextField) ->Bool{

? ? ? ? print("輸入框按下鍵盤return收回鍵盤")

? ? ? ? return true

? ? }

? ? functextField(_textField:UITextField, shouldChangeCharactersIn range:NSRange, replacementString string:String) ->Bool{

? ? ? ? print("文本框內(nèi)容變化時調(diào)用")

? ? ? ? return true

? ? }

? ? funccreateUITextview(){

? ? ? ? lettextview =UITextView(frame:CGRect(x:20, y:430, width:250, height:100))

? ? ? ? self.view.addSubview(textview)

//? ? ? ? textview.delegate = self

? ? ? ? textview.backgroundColor = UIColor.lightGray

? ? ? ? textview.textColor=UIColor.blue

? ? ? ? textview.tintColor=UIColor.red//光標顏色

? ? ? ? textview.keyboardType= .webSearch

? ? ? ? textview.font=UIFont.systemFont(ofSize:20)

? ? ? ? textview.showsHorizontalScrollIndicator = true

? ? }

? ? funcadjustTextView(){

? ? ? ? lettextF =UITextView()

? ? ? ? self.view.addSubview(textF)

? ? ? ? textF.backgroundColor = UIColor.brown

? ? ? ? textF.text = "回合肥 iu 額外花費就是看到 但是菲尼克斯南方電視? 額罰款金額為南方就是你看到就能放開手的都送 if 就哦IE家唯飯呢咖啡呢今年的就是看到合肥無法 i 額外粉紅色可能你今年的 v 計劃 iu how IE人前聞雞起舞 i 覺得呢"

? ? ? ? letstr:NSString= textF.text!asNSString

? ? ? ? textF.font=UIFont.systemFont(ofSize:16)

? ? ? ? letrect = str.boundingRect(with:CGSize(width:300,height:0), options:NSStringDrawingOptions.usesLineFragmentOrigin, attributes: [NSFontAttributeName:textF.font!], context:nil)

? ? ? ? //? ? ? ? textF.adjustsFontSizeToFitWidth = true

? ? ? ? textF.delegate=self

? ? ? ? textF.backgroundColor = UIColor.blue

? ? ? ? textF.frame=CGRect(x:20, y:540, width:300, height: rect.height)

? ? }

? ? functextView(_textView:UITextView, shouldChangeTextIn range:NSRange, replacementText text:String) ->Bool{

? ? ? ? letstr:NSString= textView.text!asNSString

? ? ? ? letrect = str.boundingRect(with:CGSize(width:300,height:0), options:NSStringDrawingOptions.usesLineFragmentOrigin, attributes: [NSFontAttributeName:textView.font!], context:nil)

? ? ? ? textView.frame=CGRect(x:20, y:540, width:300, height: rect.height)

? ? ? ? return true

? ? }

? ? functextViewShouldEndEditing(_textView:UITextView) ->Bool{

? ? ? ? textView.endEditing(true)

? ? ? ? print("textView將要結(jié)束編輯狀態(tài)")

? ? ? ? return true

? ? }



? ? overridefuncdidReceiveMemoryWarning() {

? ? ? ? super.didReceiveMemoryWarning()

? ? ? ? // Dispose of any resources that can be recreated.

? ? }

}

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市兰吟,隨后出現(xiàn)的幾起案子通惫,更是在濱河造成了極大的恐慌,老刑警劉巖混蔼,帶你破解...
    沈念sama閱讀 206,378評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件履腋,死亡現(xiàn)場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機遵湖,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,356評論 2 382
  • 文/潘曉璐 我一進店門悔政,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人延旧,你說我怎么就攤上這事谋国。” “怎么了迁沫?”我有些...
    開封第一講書人閱讀 152,702評論 0 342
  • 文/不壞的土叔 我叫張陵烹卒,是天一觀的道長。 經(jīng)常有香客問我弯洗,道長,這世上最難降的妖魔是什么逢勾? 我笑而不...
    開封第一講書人閱讀 55,259評論 1 279
  • 正文 為了忘掉前任牡整,我火速辦了婚禮,結(jié)果婚禮上溺拱,老公的妹妹穿的比我還像新娘逃贝。我一直安慰自己,他們只是感情好迫摔,可當我...
    茶點故事閱讀 64,263評論 5 371
  • 文/花漫 我一把揭開白布沐扳。 她就那樣靜靜地躺著,像睡著了一般句占。 火紅的嫁衣襯著肌膚如雪沪摄。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,036評論 1 285
  • 那天纱烘,我揣著相機與錄音杨拐,去河邊找鬼。 笑死擂啥,一個胖子當著我的面吹牛哄陶,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播哺壶,決...
    沈念sama閱讀 38,349評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼屋吨,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了山宾?” 一聲冷哼從身側(cè)響起至扰,我...
    開封第一講書人閱讀 36,979評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎资锰,沒想到半個月后渊胸,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,469評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡台妆,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,938評論 2 323
  • 正文 我和宋清朗相戀三年翎猛,在試婚紗的時候發(fā)現(xiàn)自己被綠了胖翰。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,059評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡切厘,死狀恐怖萨咳,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情疫稿,我是刑警寧澤,帶...
    沈念sama閱讀 33,703評論 4 323
  • 正文 年R本政府宣布遗座,位于F島的核電站舀凛,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏途蒋。R本人自食惡果不足惜猛遍,卻給世界環(huán)境...
    茶點故事閱讀 39,257評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望号坡。 院中可真熱鬧懊烤,春花似錦、人聲如沸宽堆。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,262評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽畜隶。三九已至壁肋,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間籽慢,已是汗流浹背墩划。 一陣腳步聲響...
    開封第一講書人閱讀 31,485評論 1 262
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留嗡综,地道東北人乙帮。 一個月前我還...
    沈念sama閱讀 45,501評論 2 354
  • 正文 我出身青樓,卻偏偏與公主長得像极景,于是被迫代替她去往敵國和親察净。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 42,792評論 2 345

推薦閱讀更多精彩內(nèi)容