SelfSizingWaterfallCollectionViewLayout icon indicating copy to clipboard operation
SelfSizingWaterfallCollectionViewLayout copied to clipboard

SelfSizingWaterfallCollectionViewLayout mandates `numberOfSectionsInCollectionView:` even though it is an optional method in the DataSource protocol.

Open fatuhoku opened this issue 9 years ago • 2 comments

-[MakeEatSeeUI.RecipeWaterfallViewController numberOfSectionsInCollectionView:]: unrecognized selector sent to instance 0x7fc243d128e0'
*** First throw call stack:

fatuhoku avatar Aug 03 '15 10:08 fatuhoku

Cool, had always though it was requires since it's required for UITableViews. I'll get around to this.

adamwaite avatar Aug 03 '15 10:08 adamwaite

Thanks @adamwaite :)

fatuhoku avatar Aug 03 '15 10:08 fatuhoku