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

Hello I've spent a bit of time on this and can't seem to wrap my hear around it. I am using RFQuiltLayout with a menu that alternates it between a...

Hello, How can I use this library without storyBoard ( because in my code I'm drawing tableView programmatically ) , I tried something like this but didn't worked and MyCollectionView...

`UICollectionViewLayoutAttributes` should not be hardwired because a subclass could have registered a different `layoutAttributesClass`. If not it defaults to `UICollectionViewLayoutAttributes` anyway.

Hello. Please make delegate methods of the layout to apple style, for easy manage of multiple collection views. Delegate mehtods: - (CGSize) blockSizeForItemAtIndexPath:(NSIndexPath *)indexPath; - (UIEdgeInsets) insetsForItemAtIndexPath:(NSIndexPath *)indexPath; i am...

Hello, It seems that in iOS 8 RFQuiltLayout is not working well, it resize the space of each cell but the cell is not resizing at all. What is the...

Dear Sir I realised that the layout chooses the best fit space to calculate position of the next element, how to make a minor change to make the position of...

I wanted 3 boxes in a single row with the same size. When user taps on any box, it must get enlarged & the other items have to get aligned...

I am trying to create sections in my view controller with respect to the QuiltViewLayoutDelegate, however it doesn't work. I am using your demo and edited the method numberOfSectionsInCollectionView. Is...

Hello, I have been playing with RFQuiltLayout. Basically I need a layout like ZigZag tiles, something like this |**^| |^**| |**^| The first three rows gets drawn properly but later...