This repository contains all files created for purpose of the blogpost Practical Introduction to Custom UICollectionView Layouts
- Xcode 9.3
- Clone repository:
# over https:
https://github.com/MichalTKwiecien/Custom-UICollectionViewLayout-Research.git
# or over SSH:
git@github.com:MichalTKwiecien/Custom-UICollectionViewLayout-Research.git
- Open
Custom Flow Layout Test.xcodeproj
file and build the project.