次のようにセクションを削除しSSCollectionView
ています。
[self.collectionView beginUpdates];
[self.collectionView deleteSections:[NSIndexSet indexSetWithIndex:0] withItemAnimation:SSCollectionViewItemAnimationFade];
[self.collectionView endUpdates];
それはまさにそのドキュメントで説明されているとおりです。ただし、次のエラーが発生します。
*** Assertion failure in -[SSCollectionViewTableView _endCellAnimationsWithContext:], /SourceCache/UIKit_Sim/UIKit-2372/UITableView.m:1054
私がやっていることの何が問題なのですか?これは、being update および end update ブロックがUITableView
s および iOS の他のビュー コントローラーで機能する方法とほとんど同じです。