ISO TextField阻止弹出软键盘
-(BOOL)textFieldShouldBeginEditing:(UITextField *)textField{ if (textField==sroundbodyname) {//只有sroundbodyname这个textfield不要弹出 [self selectAroundBody]; return NO; }else{ return YES; }}?
发布时间: 2012-07-02 17:46:22 作者: rapoo
ISO TextField阻止弹出软键盘
-(BOOL)textFieldShouldBeginEditing:(UITextField *)textField{ if (textField==sroundbodyname) {//只有sroundbodyname这个textfield不要弹出 [self selectAroundBody]; return NO; }else{ return YES; }}?