[ASCollectionView] Allow Decoration Views

This commit is contained in:
Craig Howarth
2016-11-16 17:16:15 -05:00
parent 14fa50d42f
commit e8688d645a

View File

@@ -60,7 +60,6 @@ typedef struct ASRangeGeometry ASRangeGeometry;
for (UICollectionViewLayoutAttributes *la in layoutAttributes) {
//ASDisplayNodeAssert(![indexPathSet containsObject:la.indexPath], @"Shouldn't already contain indexPath");
ASDisplayNodeAssert(la.representedElementCategory != UICollectionElementCategoryDecorationView, @"UICollectionView decoration views are not supported by ASCollectionView");
[indexPathSet addObject:la.indexPath];
}