[RESOLVED] Re: Trying to create a collection view with evenly distributed cell

2015-01-25 Thread Aaron Lewis
Thanks Mike, I followed the tutorial and did the exact same thing in objc, works. On Sun, Jan 25, 2015 at 6:21 PM, Mike Abdullah wrote: > >> On 25 Jan 2015, at 10:12, Aaron Lewis wrote: >> >> Hi, >> >> I'm trying to create a 3 cell per row collection, and I want no margin >> (horizontally or ve

Re: Trying to create a collection view with evenly distributed cell

2015-01-25 Thread Mike Abdullah
> On 25 Jan 2015, at 10:12, Aaron Lewis wrote: > > Hi, > > I'm trying to create a 3 cell per row collection, and I want no margin > (horizontally or vertically) between each cell. > > So in xcode I set Min Spacing For Cells / For Lines to 1, Indicator > insets (all 4 values) to 0, then I write