I'm subclassing UICollectionViewLayout, and the layoutAttributesForItemAtIndexPath:
method is never called.
I know to override layoutAttributesForElementsInRect:
as well, but I'd rather not have to deal with the rect, as it will be a lot simpler if I just deal with the index path.
If layoutAttributesForItemAtIndexPath:
is never called, whats the point of it?