tableViewCell 高度范围200~800都有,上拉加载更多,reloadData的时候整个tableView会闪一下,请问如何解决
找了一上午,都没能解决
stack overflow有几个链接:
1.http://stackoverflow.com/questions/22007867/why-does-uitableviewcell-flash-on-changing-height
2.http://stackoverflow.com/questions/15196927/reload-uitableview-with-new-data-caused-flickering
3.http://stackoverflow.com/questions/23312197/self-tableview-reloaddata-causes-flickering
大家讲道理2017-04-17 17:19:57
reloadData는 tableView의 모든 대리자 및 dataSource 메서드를 직접 호출합니다. 또한 reloadData를 사용할 때는 주의가 필요합니다. tableView의 dataSource 인스턴스가 변경되면 ReloadData를 즉시 호출할 수 없습니다. tableView 애니메이션에서 호출