我重裝secion當請求數據是成功。該方法是:UICollectionView重載一些區段崩潰
[self.collectionView reloadSections:[NSIndexSet indexSetWithIndex:1]];
或
NSIndexPath *idx = [NSIndexPath indexPathForItem:0 inSection:1];
[self.collectionView reloadItemsAtIndexPaths:@[idx]];
,這是控制檯輸出:
[UICollectionView _endItemAnimationsWithInvalidationContext:tentativelyForReordering:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3512.30.14/UICollectionView.m:4324
這個問題偶爾會發生!
在此先感謝!
你能發佈崩潰日誌嗎? – jarryd
把你的代碼放在https://developer.apple.com/reference/uikit/uicollectionview/1618045-performbatchupdates –