Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.87k stars 1.54k forks source link

Can IGListKit be used with AsyncDisplayKit? #86

Closed febinbabuc closed 7 years ago

febinbabuc commented 7 years ago

Can IGListKit be used with AsyncDisplayKit https://github.com/facebook/AsyncDisplayKit

rnystrom commented 7 years ago

@modLX4 great question, and absolutely yes it can! In fact, I'm planning on adding an example using ComponentKit, AsyncDisplayKit, UIKit, and even WKWebView all within the same list. IMO that's the power of what we're using.

Now to use this with AsyncDisplayKit there are a few caveats:

There's no best-practice for this yet until we try it though.

jessesquires commented 7 years ago

🎉

Let's track that work at #94 👍