ios 取消所有第一响应者

[view endEditing:YES];


@interface UIView (UITextField)
- (BOOL)endEditing:(BOOL)force;    // use to make the view or any subview that is the first responder resign (optionally force)
@end

你可能感兴趣的:(ios,取消所有第一响应者)