-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Hi everybody, thanks for such a good framework like this.
I have a problem when I try to form something like this:

This is the code I've used:
- (void)viewDidLoad
{
...
RFQuiltLayout* layout = (id)[self.collectionView collectionViewLayout];
layout.direction = UICollectionViewScrollDirectionVertical;
layout.blockPixels = CGSizeMake(150, 220);
} - (CGSize) blockSizeForItemAtIndexPath:(NSIndexPath *)indexPath {
if (indexPath.row == 0) {
return CGSizeMake(1, 0.5);
} else {
return CGSizeMake(1, 1);
}
}
herotha-sompom and eapsereysophea
Metadata
Metadata
Assignees
Labels
No labels
