IGListKit
IGListKit copied to clipboard
2 Self-sizing cell in a row of same top/bottom/left/right in overall view
New issue checklist
- [x ] I have reviewed the
READMEand documentation - [ x] I have searched existing issues and this is not a duplicate
- [x ] I have attempted to reproduce the issue and include an example project.
I checked with the iOS example of self-sizing and try out. there are two cells in my design(each row). When the height of the picture is different, the second coloum picture have a larger top/Bottom spacing. Example image below:

What I want to archive is like VSCO profile page see image: each UIImage have the same top/bottom/left/right spacking related to other image.

Is this possible to archive using IGListKit? Or I have to write my custom Collection View layout?