Skip to content

emilwojtaszek/collection-view-layout-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This simple project show some aspects of collection view layout implementation.

App contains 3 examples:

  1. Example of subclassed UICollectionViewFlowLayout implementing footer view as decoration view with custom layout attributes.
  2. Example of subclassed UICollectionViewLayout implementing separators view as decoration view and custom layout animations.
  3. Example of subclassed UICollectionViewLayout where cells use auto-layout to calculate cell size. This example show how use UICollectionViewLayoutInvalidationContext to achieve better performance.

Releases

No releases published

Packages

No packages published

Languages