- (BOOL)textFieldShouldReturn:(UITextField *)theTextField {
if (theTextField == self.textField) {
[theTextField resignFirstResponder];
}
return YES;
}
使用上述代码即可达到目的
IPHONE开发 文本框回车 虚拟键盘消失
最新推荐文章于 2022-06-13 22:30:48 发布