From 51a0b388393ec10723391c71d6c04e0f2d66cf57 Mon Sep 17 00:00:00 2001 From: Takuya Okamoto Date: Sun, 1 Nov 2015 21:16:34 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52e93e4..2ad8806 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Your collection view's delegate must conforms to `CollectionViewWaterfallLayoutD func collectionView(collectionView: UICollectionView, layout: UICollectionViewLayout, sizeForItemAtIndexPath indexPath: NSIndexPath) -> CGSize ``` +[Code Only Example](https://gist.github.com/entotsu/764b496d7d21d126ae48) + Limitation ---------- * Only vertical scrolling is supported.