收起键盘

-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{

方法1  [self.view endEditing:YES];

2    [[UIApplication sharedApplication]sendAction:@selector(resignFirstResponder) to:nil from:nil forEvent:nil];

3   [[[UIApplication sharedApplication]keyWindow]endEditing:YES];

}

posted @ 2015-07-25 22:32  hzroma  阅读(142)  评论(0)    收藏  举报