0

次のようにセクションを削除し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 ブロックがUITableViews および iOS の他のビュー コントローラーで機能する方法とほとんど同じです。

4

1 に答える 1