Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.25 KB

File metadata and controls

20 lines (14 loc) · 1.25 KB

UICollectionView Tutorial

This code accompanies the iOS UICollectionView Tutorial article series from the Intertech Blog. It demonstrates UICollectionView using a basic flow layout and a completely custom layout using UICollectViewLayout.

Using the Code

Clone the repository and checkout the tag that corresponds to an article in the series.

git clone https://github.com/IntertechInc/uicollectionview-tutorial.git
cd uicollectionview-tutorial
git checkout part2

Follow us: @IntertechInc on Twitter | Intertech on Facebook