storyBoard中取消键盘第一响应
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
[self.view endEditing:YES];
}
posted on 2015-02-03 19:38 taiyang2014 阅读(182) 评论(0) 编辑 收藏 举报
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
[self.view endEditing:YES];
}
posted on 2015-02-03 19:38 taiyang2014 阅读(182) 评论(0) 编辑 收藏 举报