Custom UICollectionView Layouts

This repository contains all files created for purpose of the blogpost Practical Introduction to Custom UICollectionView Layouts

Tools & Services

  • Xcode 9.3

Instalation

  1. Clone repository:
# over https:
https://github.com/MichalTKwiecien/Custom-UICollectionViewLayout-Research.git
# or over SSH:
git@github.com:MichalTKwiecien/Custom-UICollectionViewLayout-Research.git
  1. Open Custom Flow Layout Test.xcodeproj file and build the project.