CHTCollectionViewWaterfallLayout
CHTCollectionViewWaterfallLayout copied to clipboard
How can I make myproject in CHTCollectionViewWaterfallLayout with AsyncDisplayKit
Yes I would like to make it work as well
On Thu, Jul 16, 2015 at 6:28 PM, jungjihun [email protected] wrote:
Reply to this email directly or view it on GitHub: https://github.com/chiahsien/CHTCollectionViewWaterfallLayout/issues/104
The only thing preventing you from using this with AsyncDisplayKit is the casting of the delegate. A quick fix to get you going would be to check if self.collectionView is an instanceof ASCollectionView and if so, return self.collectionView.asyncDelegate.
Although hackish, this will at least you get you up and running.
@wpK, could you please elaborate (or give an example), how would you do that?