Skip to content

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.

Notifications You must be signed in to change notification settings

Brothersoft-bro/Compositional-Layout-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages