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所有的delegate和dataSource方法,另外使用reloadData時需要注意,如果改變了tableView的dataSource實例,需要立即呼叫reloadData,還有不能在tableView動畫中呼叫reloadData