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

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -