Len
Results
1
comments of
Len
可以试试在touchesBegin里添加结束编辑的方法 例如 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [self.view endEditing:YES]; }