2018年1月17日

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) 编辑

iOS11 tableView下拉刷新问题

摘要: - (void)viewDidLoad { [super viewDidLoad]; 。。。。放这里!!! } 阅读全文

posted @ 2018-01-17 15:59 高彰 阅读(732) 评论(0) 推荐(1) 编辑

导航