Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 942 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 942 Bytes

Overview

This repository contains the sample code that was covered in my talk at the conference Codemobile 2019 (link to video to follow). This repo is an example of how to implement a custom UICollectionViewLayout. This code sample builds up each step towards building a collection view that loops/repeats its content as the user scrolls through it. There's a branch for each step.

Talk Sources