摘要: UIView * headView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, self.tbSecond.size.width, 0)]; headView.backgroundColor = [UIColor whiteColor]; UIVi 阅读全文
posted @ 2016-12-17 16:01 孙富有(iOS工程师) 阅读(195) 评论(0) 推荐(0)
摘要: 局部刷新方法 添加数据 NSArray *indexPaths = @[ [NSIndexPath indexPathForRow:0 inSection:0], [NSIndexPath indexPathForRow:1 inSection:0] ]; [self.tableView inser 阅读全文
posted @ 2016-12-17 10:06 孙富有(iOS工程师) 阅读(3189) 评论(0) 推荐(0)