SelfSizingWaterfallCollectionViewLayout
SelfSizingWaterfallCollectionViewLayout copied to clipboard
SelfSizingWaterfallCollectionViewLayout mandates `numberOfSectionsInCollectionView:` even though it is an optional method in the DataSource protocol.
-[MakeEatSeeUI.RecipeWaterfallViewController numberOfSectionsInCollectionView:]: unrecognized selector sent to instance 0x7fc243d128e0'
*** First throw call stack:
Cool, had always though it was requires since it's required for UITableViews. I'll get around to this.
Thanks @adamwaite :)