This simple project show some aspects of collection view layout implementation.
App contains 3 examples:
- Example of subclassed
UICollectionViewFlowLayoutimplementing footer view as decoration view with custom layout attributes. - Example of subclassed
UICollectionViewLayoutimplementing separators view as decoration view and custom layout animations. - Example of subclassed
UICollectionViewLayoutwhere cells use auto-layout to calculate cell size. This example show how useUICollectionViewLayoutInvalidationContextto achieve better performance.