欧美一级特黄大片做受成人-亚洲成人一区二区电影-激情熟女一区二区三区-日韩专区欧美专区国产专区

APP開發(fā)之IOSSWIFT如何隱藏鍵盤-IOS隱藏鍵盤全解

2023-02-22    分類: App開發(fā)

如果你是剛從網(wǎng)站建設(shè)行業(yè)轉(zhuǎn)到APP開發(fā),那么你會(huì)覺得不可思議,隱藏鍵盤這么簡(jiǎn)單的事情,還要這樣大費(fèi)周張。先不牢騷了,以上是創(chuàng)新互聯(lián)的解決經(jīng)驗(yàn):
正常情況下,只要觸摸焦點(diǎn)放在輸入框如textField\textView上,自動(dòng)會(huì)彈出鍵盤,所以,隱藏鍵盤的最終方法就是讓控件失去焦點(diǎn)。textField.resignFirstResponder()
textView.resignFirstResponder()
用例一、TextField按Enter鍵隱藏實(shí)現(xiàn)委托UITextFieldDelegate 方法
func textFieldShouldReturn(textField: UITextField) -> Bool {
textField.resignFirstResponder()
return true
}用例二、點(diǎn)擊其他任意地方隱藏override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
self.textField.resignFirstResponder()
self.textView.resignFirstResponder()
}
用例三、點(diǎn)擊手勢(shì)隱藏let tapGesture:UITapGestureRecognizer = UITapGestureRecognizer(target: self, action: "hideKeyboard:")
self.view.addGestureRecognizer(tapGesture)
func hideKeyboard(sender: UITapGestureRecognizer) {
self.SearchBar1.resignFirstResponder()
}
用例四、滾動(dòng)tableView隱藏func scrollViewDidScroll(scrollView: UIScrollView) {
self.SearchBar1.resignFirstResponder()
}

用例五、通過(guò)鍵盤通知事件在其上方添加按鈕
override func viewWillAppear(animated: Bool) {
super.viewWillAppear(animated)
//添加鍵盤彈出通知
NSNotificationCenter.defaultCenter().addObserver(self, selector: Selector("keyboardDidShow:"), name: UIKeyboardDidShowNotification, object: nil)
//添加鍵盤收起同志
NSNotificationCenter.defaultCenter().addObserver(self, selector: Selector("keyboardWillHide:"), name: UIKeyboardWillHideNotification, object: nil)
}
override func viewDidDisappear(animated: Bool) {
//取消通知
NSNotificationCenter.defaultCenter().removeObserver(self, name: UIKeyboardDidShowNotification, object: nil)
NSNotificationCenter.defaultCenter().removeObserver(self, name: UIKeyboardWillHideNotification, object: nil)
}
func keyboardDidShow(notification:NSNotification) {
let keyBoardBounds = (notification.userInfo![UIKeyboardFrameEndUserInfoKey] as! NSValue).CGRectValue()
let deltaY = keyBoardBounds.size.height
let frame_height = self.view.frame.size.height
let butheight = frame_height - deltaY - 40
let width = self.view.frame.size.width
let cancalButton = UIButton(frame: CGRectMake(0,butheight,width/2,40))
cancalButton.setTitle("取消", forState:UIControlState.Normal)
cancalButton.setTitleColor(UIColor.grayColor(), forState: UIControlState.Normal)
cancalButton.backgroundColor = UIColor(red: 238/255, green: 238/255, blue: 238/255, alpha: 1)
cancalButton.addTarget(self, action: "hideKeyboard", forControlEvents: UIControlEvents.TouchUpInside)
cancalButton.tag = 9999991
self.view.addSubview(cancalButton)
let completEditButton = UIButton(frame: CGRectMake(width/2,butheight,width/2,40))
completEditButton.setTitle("完成", forState:UIControlState.Normal)
completEditButton.setTitleColor(UIColor.whiteColor(), forState: UIControlState.Normal)
completEditButton.backgroundColor = UIColor.darkGrayColor()
completEditButton.addTarget(self, action: "completeKeyboard", forControlEvents: UIControlEvents.TouchUpInside)
completEditButton.tag = 9999992
self.view.addSubview(completEditButton)
}
func keyboardWillHide(notification:NSNotification) {
if self.view.viewWithTag(9999991) != nil {
let btnCancal = self.view.viewWithTag(9999991) as! UIButton
let btnComplete = self.view.viewWithTag(9999992) as! UIButton
btnCancal.removeFromSuperview()
btnComplete.removeFromSuperview()
}
}

當(dāng)前標(biāo)題:APP開發(fā)之IOSSWIFT如何隱藏鍵盤-IOS隱藏鍵盤全解
路徑分享:http://aaarwkj.com/news14/239064.html

網(wǎng)站建設(shè)、網(wǎng)絡(luò)推廣公司-創(chuàng)新互聯(lián),是專注品牌與效果的網(wǎng)站制作,網(wǎng)絡(luò)營(yíng)銷seo公司;服務(wù)項(xiàng)目有App開發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

綿陽(yáng)服務(wù)器托管
国产亚洲精品免费专线视频| 日韩在线免费色视频| 欧美日本黄色一级视频| 精品国产欧美亚洲91| 高清国产在线播放91| 久久国产精品99久久久| 韩国三级伦理中文字幕| 日韩精品欧美中文字幕| 久久国产精品亚洲欧美| 婷婷色爱区综合五月激情| 国产精品一区在线免费看| 国产激情盗摄一区二区三区| 亚洲最大av免费在线看| 在线午夜免费视频观看| av在线播放网址网站| 久久se精品人妻一区二区三区| 国产高清亚洲一区亚洲二区| 欧美丰满人妻少妇视频在线| 97国产精品亚洲精品| 亚洲精品国产av成人| 人妻免费精品久久一区| 色综合久久天天射天天干| 国产自拍在线视频精品| 在线观看视频网站一卡二卡| 国产一区二区高清不卡| 一本色道久久88综合日韩| 精品一区二区三区亚洲| 国产日韩精品欧美综合区| 国产精品v一区二区三区| av在线免费观看美日韩| 国产精品久久乱码综合| 大片天天看菲色亚洲黄色| 色婷婷久久综合中文久久| 精品蜜桃臀91人少妇| av成人资源一区久久| 国内熟妇人妻色在线三级| 午夜视频在线看一区免费| 亚洲熟乱熟女一区二区| 国产成人福利视频在线观看| 久久精品熟女亚洲av色| 亚洲一区二区精品999|