NSIndexPath オブジェクトのコレクションが特定のセクションにアイテムを持っているかどうかを確認する方法は? 行はどうでもいいので、特定のセクションの項目があるかどうか、はい/いいえを知りたいです。
そのまま、プログラムの行数に基づいて静的に書き出したので、たとえば、3 行のセクション 0 は次のようになります。
if ([array containsObject:[NSIndexPath indexPathForItem:0 inSection:0]] || [array containsObject:[NSIndexPath indexPathForItem:1 inSection:0]] || [array containsObject:[NSIndexPath indexPathForItem:2 inSection:0]])