__ TableView __
[tableView beginUpdates];
[tableView endUpdates];
複製程式碼
__ CollectionView __
[collectionView performBatchUpdates:nil completion:nil];
複製程式碼
###藉此可以實現在不重新整理檢視的情況下,更新檢視的佈局
__ TableView __
[tableView beginUpdates];
[tableView endUpdates];
複製程式碼
__ CollectionView __
[collectionView performBatchUpdates:nil completion:nil];
複製程式碼
###藉此可以實現在不重新整理檢視的情況下,更新檢視的佈局