Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

prevent uicollectionview section starting on new line [duplicate]

I'm using a flow layout on uicollectionview. It all looks great except it seems to start another section on another line. This seems like a sensible default but how do I override this and make the sections flow seamlessly on the same line as if no new section began?

Thanks!

like image 662
Mike S Avatar asked May 23 '14 04:05

Mike S


1 Answers

There is a library I found which has this as one of its features

RDHCollectionViewGridLayout

https://github.com/rhodgkins/RDHCollectionViewGridLayout

like image 63
Ryan Heitner Avatar answered Nov 03 '22 06:11

Ryan Heitner