摘要: - (void)viewDidLoad { [super viewDidLoad]; // 添加控件等操作 [self.customsTableView reloadData]; dispatch_async(dispatch_get_main_queue(),^{ if (self.customs 阅读全文
posted @ 2018-09-11 15:00 ruixin_jia 阅读(1316) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 在iOS 11Self-Sizing自动打开后,contentSize和contentOffset都可能发生改变。可以通过以下方式禁用 self.estimatedRowHeight = 0;self.estimatedSectionHeaderHeight = 0; self.esti 阅读全文
posted @ 2018-09-11 14:57 ruixin_jia 阅读(5603) 评论(0) 推荐(0) 编辑
摘要: 1、- (void)scrollViewDidScroll:(UIScrollView *)scrollView { NSArray *vicells = [self.customsTableView visibleCells]; for (UITableViewCell *vcell in vic 阅读全文
posted @ 2018-09-11 14:55 ruixin_jia 阅读(2113) 评论(0) 推荐(0) 编辑