更新TableView和CollectionView的狀態

SSBun發表於2017-12-13

__ TableView __

[tableView beginUpdates];
[tableView endUpdates];
複製程式碼

__ CollectionView __

[collectionView performBatchUpdates:nil completion:nil];
複製程式碼

###藉此可以實現在不重新整理檢視的情況下,更新檢視的佈局

相關文章