IGListKit icon indicating copy to clipboard operation
IGListKit copied to clipboard

2 Self-sizing cell in a row of same top/bottom/left/right in overall view

Open o1xhack opened this issue 5 years ago • 0 comments

New issue checklist

  • [x ] I have reviewed the README and 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:

image

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.

image

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

o1xhack avatar Feb 22 '21 08:02 o1xhack