Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.38 KB

File metadata and controls

41 lines (29 loc) · 1.38 KB

Compositional Layout Demo

A demo app that shows how to build beautiful, modern UICollectionView layouts using iOS 13’s new UICollectionViewCompositionalLayout class, fully programmatically, without any storyboard or XIB files.

UICollectionViewFlowLayout allows to make complex layouts, but is not as easy to create. UICollectionViewCompositionalLayout changes that by providing a simple solution for building complex layouts, lets you combine items in flexible visual arrangements.

Requirements

  • iOS 13.0+
  • Xcode 11
  • Swift 5

Installation

  • Clone or download this repository and run the application

Features

  • A demo photo browsing app, what is feature some complex layouts that are not possible out of the box with UICollectionViewFlowLayout

Images