I am trying to implement a UICollectionViewFlowLayout
or UICollectionViewLayout
- any ways the layoutAttributesForItem
is never called.
I can see from others that they call layoutAttributesForItem
from self.layoutAttributesForItem
.
Like this flowout example:
I have created a Playground project you can look at. Overall I am just trying to scale up the center view.