RFQuiltLayout icon indicating copy to clipboard operation
RFQuiltLayout copied to clipboard

A UICollectionViewLayout subclass to put items in a quilting pattern

Results 22 RFQuiltLayout issues
Sort by recently updated
recently updated
newest added

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: ![2jh5a](https://cloud.githubusercontent.com/assets/4136177/3596706/7f233324-0cc8-11e4-9398-8411cfaf940b.png) What I get is this ![cbspd](https://cloud.githubusercontent.com/assets/4136177/3596711/8a90e972-0cc8-11e4-9602-0a52dd7d1c71.png) 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`

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...

Would you mind updating the cocoapod? It is severely out of date