iOS点击空白处或点击背景收起键盘
摘要:
- (void)viewDidLoad{ [super viewDidLoad]; //添加手势 UITapGestureRecognizer *tap1 = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(viewTapped:)]; tap1.cancelsTouchesInView = NO; ... 阅读全文
posted @ 2018-01-17 17:08 高彰 阅读(1660) 评论(0) 推荐(0) 编辑