摘要: UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(dismissKeyboard)]; [self.view addGestureRecognizer:tap];}-(void)dismissKeyboard { [Global cancelKeyBoard:self.view];} 阅读全文
posted @ 2013-05-22 11:46 StevenFu 阅读(120) 评论(0) 推荐(0) 编辑