解决iOS11刷新tableview会出现漂移和抽疯的现象

2017-10-13  本文已影响1108人  Happy晓哥

在初始化tableview的时候加上这几行

 _tableView.estimatedRowHeight = 0;
 _tableView.estimatedSectionHeaderHeight = 0;
 _tableView.estimatedSectionFooterHeight = 0;
上一篇 下一篇

猜你喜欢

热点阅读