From 9729ea157385762ec4acf87e8305197e5243b0b8 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Mon, 17 Apr 2017 15:38:24 -0700 Subject: [PATCH] Create Working with UICollectionView close #527 --- Guides/Working with UICollectionView | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Guides/Working with UICollectionView diff --git a/Guides/Working with UICollectionView b/Guides/Working with UICollectionView new file mode 100644 index 000000000..a3b666260 --- /dev/null +++ b/Guides/Working with UICollectionView @@ -0,0 +1,8 @@ +# Working with `UICollectionView` + +This guide provides details on how to work with [`UICollectionView`](https://developer.apple.com/reference/uikit/uicollectionview) and `IGListKit`. + +## Background + +## Methods to avoid +