干熟妇在线视频午夜剧场一级A级|99成人香视频日本两性激情视频|久久 午夜福利无码精品人妻一区|热久久超碰精品精品少妇一区二区|五月天综合在线国产一区免费视频|亚洲成人中心热re久久99|亚洲国产怡红院丁香五月综合h|玖玖九久久久午夜射精视频

十年專注于品牌網(wǎng)站建設(shè) 十余年專注于網(wǎng)站建設(shè)_小程序開發(fā)_APP開發(fā),低調(diào)、敢創(chuàng)新、有情懷!
南昌百恒網(wǎng)絡(luò)微信公眾號 掃一掃關(guān)注
小程序
tel-icon全國服務(wù)熱線:400-680-9298,0791-88117053
掃一掃關(guān)注百恒網(wǎng)絡(luò)微信公眾號
掃一掃打開百恒網(wǎng)絡(luò)微信小程序

百恒網(wǎng)絡(luò)

南昌百恒網(wǎng)絡(luò)

關(guān)閉和打開鍵盤的通知使用方法

百恒網(wǎng)絡(luò) 2017-09-30 6706

從事南昌APP開發(fā)的技術(shù)人員都知道,在關(guān)閉和打開鍵盤時,iOS系統(tǒng)分別會發(fā)出如下廣播通知:UIKeyboardDidHideNotification和UIKeyboardDid- ShowNotification。使用廣播通知的時候,百恒網(wǎng)絡(luò)認(rèn)為大家需要注意的是要在合適的時機(jī)注冊和解除通知,而ViewController中的有關(guān)代碼如下:

override func viewWillAppear(animated: Bool) {

super.viewWillAppear(animated)

//注冊鍵盤出現(xiàn)通知

NSNotificationCenter.defaultCenter().addObserver(self, selector:

"keyboardDidShow:", name: UIKeyboardDidShowNotification,object: nil)

//注冊鍵盤隱藏通知

NSNotificationCenter.defaultCenter().addObserver(self, selector:

"keyboardDidHide:", name: UIKeyboardDidHideNotification,object: nil)

}

override func viewWillDisappear(animated: Bool) {

super.viewWillDisappear(animated)

//解除鍵盤出現(xiàn)通知

NSNotificationCenter.defaultCenter().removeObserver(self, name:UIKeyboardDidShowNotification, object: nil)

//解除鍵盤隱藏通知

NSNotificationCenter.defaultCenter().removeObserver(self, name:UIKeyboardDidHideNotification, object: nil)

}

func keyboardDidShow(notification: NSNotification) {

NSLog("鍵盤打開")

}

func keyboardDidHide(notification: NSNotification) {

NSLog("鍵盤關(guān)閉")

}

-(void) viewWillAppear:(BOOL)animated {

//注冊鍵盤出現(xiàn)通知

[[NSNotificationCenter defaultCenter] addObserver:self

selector:@selector (keyboardDidShow:)

name: UIKeyboardDidShowNotification object:nil];

//注冊鍵盤隱藏通知

[[NSNotificationCenter defaultCenter] addObserver:self

selector:@selector (keyboardDidHide:)

name: UIKeyboardDidHideNotification object:nil];

[super viewWillAppear:animated];

}

-(void) viewWillDisappear:(BOOL)animated {

//解除鍵盤出現(xiàn)通知

[[NSNotificationCenter defaultCenter] removeObserver:self

name: UIKeyboardDidShowNotification object:nil];

//解除鍵盤隱藏通知

[[NSNotificationCenter defaultCenter] removeObserver:self

name: UIKeyboardDidHideNotification object:nil];

[super viewWillDisappear:animated];

}

-(void) keyboardDidShow: (NSNotification *)notif {

NSLog(@"鍵盤打開");

}

-(void) keyboardDidHide: (NSNotification *)notif {

NSLog(@"鍵盤關(guān)閉");

}

南昌APP制作開發(fā)公司-百恒網(wǎng)絡(luò)在此還要跟大家說明的是,注冊通知在viewWillAppear:方法中進(jìn)行,解除通知在viewWillDisappear:方法中進(jìn)行。keyboardDidShow:消息是在鍵盤打開時發(fā)出的,keyboardDidHide:消息是在鍵盤關(guān)閉時發(fā)出的。

看完以上介紹后,大家是否對關(guān)于IOS中關(guān)閉和打開鍵盤的通知使用方法有所了解了呢? 如果還有哪些不太明白的地方,可隨時來電和我們聯(lián)系,我們專業(yè)為您講解。此外,本公司專注于APP開發(fā)、南昌做網(wǎng)站、微信開發(fā)等方面的服務(wù),如有需要,百恒隨時為您效勞!


400-680-9298,0791-88117053
掃一掃關(guān)注百恒網(wǎng)絡(luò)微信公眾號
掃一掃打開百恒網(wǎng)絡(luò)小程序

歡迎您的光顧,我們將竭誠為您服務(wù)×

售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售后服務(wù) 售后服務(wù)
 
售后服務(wù) 售后服務(wù)
 
備案專線 備案專線
 
×
余干县| 盐山县| 宝丰县| 汝城县| 日喀则市| 华坪县| 定南县| 仪陇县| 莎车县| 东莞市| 阿图什市| 依安县| 普安县| 黔西县| 乌鲁木齐市| 潮安县| 古田县| 南江县| 蒙自县| 茌平县| 孙吴县| 容城县| 道真| 尼勒克县| 金溪县| 包头市| 南丹县| 伊通| 房产| 永州市| 郓城县| 吴江市| 湘乡市| 云和县| 阳曲县| 新田县| 宜宾县| 富川| 庆云县| 东光县| 博白县|