ios - I want UICollectionView grid that has no space on edge cells, only between cells -
i using uicollectionviewcontroller
display grid of photos, , have no spacing on outer boundary of screen; between cells.
so "edge" photos (far left, far right) right against respective edge of screen, there space between cells.
i'm using standard flow layout this, implementing sizeforitematindexpath
, insetforsectionatindex
methods. i'm hoping don't have custom layouts..
how do this? in advance help.
Comments
Post a Comment