RFQuiltLayout
RFQuiltLayout copied to clipboard
A UICollectionViewLayout subclass to put items in a quilting pattern
There is an issue with the logic in `fillInBlocksToUnrestrictedRow:` when using collections views with multiple sections. The for loop for rows starts `row` at `self.lastIndexPathPlaced.row + 1`, this is incorrect...
Hi everybody, thanks for such a good framework like this. I have a problem when I try to form something like this:  What I get is this  This...
Hi, i've a problem with margins. How i set margin to leading and trailing to superview? My auto layout constraint are correct: ![ios simulator screen shot 25 gen 2015 13...
Hi, I'm a iOS newbie and have a Swift project, how do I use `RFQuiltLayout` with it? Do I import it via `ProjectName-Bridging-Header`? I've copied RFQuiltLayout.m & RFQuiltLayout.h files to...
Is there anyway to make RFQuiltLayout with multiple section?
Carthage 0.15.2 reports this error when attempting to build RFQuiltLayout: `Dependency "RFQuiltLayout" has no shared framework schemes for any of the platforms: iOS`
Header
Hi, I use your Layout but if I want show multiple sections with headers, it's not posible, because the header section never get call. What I need to do to...
Why not head size
Would you mind updating the cocoapod? It is severely out of date