Provide and example of embedding a collection view inside a cell
We get requests for this fairly frequently. We should consider providing an example of how to do this correctly, possibly in the example app.
https://github.com/facebook/componentkit/issues/806
Is there any example ?
I'm still waiting for the example. Is there anyone could help ? Thanks a lot !
Is there anyone who can tell me how to implement that ? Great thanks
@sxgfxm I code listview 1 (ComponentKit), in listview 1 have a cell, in cell have listview 2 (ComponentKit). It work. You can use CKStatefulViewComponent create component wrap StatefulView (UICollectionView). UICollectionView in a cell (cell in a UICollectionView ComponentKit too). I'll write sample code as soon as I can. Hope it help you now. You're welcome.
@ocrickard Can I commit sample code as one sample code guideline for ComponentKit on this git ? Thanks !
@tamntios I'm so excited that you provide an approach. I'll try today. Thank you very much !
@tamntios I worked on CKStatefulViewComponent for a few hours. Cause there is few references, I have no idea how to exactly implement your approach. I' ll keep trying and be looking forward for your sample code. Thanks again.
is there any example ?