rhodgkins/RDHCollectionViewGridLayout

Different h and v sizes for the cell

appfabtech opened this issue · 2 comments

Hi, nice work.
Is there a way to have rectangular cells instead of squared ones?

Thanks

dumb me, just needed to play with
layout.lineItemCount = 3;
layout.lineDimension = 410;
Thanks for the nice component

Yeah I keep meaning to do a brief run down of all the properties instead a dump of the header file!
Glad you got it working though, any other questions feel free to ask!