08 2013 档案
摘要:- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ for (UIView *view_ in [self.view subviews]) { if ([view_ isKindOfClass:[UITextField class]]) { UITextField *tf = (UITextField *)view_; [tf resignFirstResponder]; } }}
阅读全文
摘要:http://blog.csdn.net/shenjx1225/article/details/9037631
阅读全文