91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

IOS學習之 UITextfield

發布時間:2020-06-14 11:40:34 來源:網絡 閱讀:230 作者:lyy201109210 欄目:移動開發

1. UITextFieldDelegate的代理

開始輸入的監聽:

    // return NO to disallow editing.

    - (BOOL)textFieldShouldBeginEditing:(UITextField *)textField;

輸入結束的監聽:

    - (void)textFieldDidEndEditing:(UITextField *)textField;

等等。在這些方法中,添加相應的操作。


2.獲取UITextField輸入內容

[self.accountText addTarget:self action:@selector(input:) forControlEvents:UIControlEventEditingChanged];

- (void) input:(UITextField*)textField {

}


3.監聽鍵盤事件的通知

 [[NSNotificationCenter defaultCenter] addObserver:self

                                             selector:@selector(keyboardWillShow:)

                                                 name:UIKeyboardWillShowNotification

                                               object:nil];

    

    [[NSNotificationCenter defaultCenter] addObserver:self

                                             selector:@selector(keyboardShow:)

                                                 name:UIKeyboardDidShowNotification

                                               object:nil];

    

    [[NSNotificationCenter defaultCenter] addObserver:self

                                             selector:@selector(keyboardWillHide:)

                                                 name:UIKeyboardWillHideNotification

                                               object:nil];

    

    [[NSNotificationCenter defaultCenter] addObserver:self

                                             selector:@selector(keyboardHide:)

                                                 name:UIKeyboardDidHideNotification

                                               object:nil];


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

}

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

}

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

}

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

}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

绥棱县| 芮城县| 白银市| 昌黎县| 唐河县| 望城县| 玉山县| 定日县| 铜鼓县| 大化| 肥西县| 迭部县| 封开县| 沁阳市| 富顺县| 双辽市| 金堂县| 横山县| 灵石县| 临邑县| 钟祥市| 郸城县| 西华县| 安福县| 海林市| 海城市| 阿拉善左旗| 定日县| 涟源市| 白玉县| 周口市| 永福县| 灌阳县| 镶黄旗| 北安市| 双辽市| 额敏县| 图片| 华宁县| 舞钢市| 宁陕县|