需要实现
UITextFieldDelegate协议中的方法
- (BOOL)textFieldShouldReturn:(UITextField *)textField
{
[textField resignFirstResponder];
return true;
}
UITextFieldDelegate协议中的方法
- (BOOL)textFieldShouldReturn:(UITextField *)textField
{
[textField resignFirstResponder];
return true;
}