- (void)viewDidLoad {
[super viewDidLoad];
UITapGestureRecognizer *mullTap = [[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(hiddenKeyBoard)];
mullTap.delegate = self;
mullTap.numberOfTapsRequired = 1;
[self.view addGestureRecognizer:mullTap];
}
-(void)hiddenKeyBoard
{
[self.view endEditing:YES];
}
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
我2心