Inherits from UICollectionViewLayout
Declared in Gridlayout.h
Gridlayout.m

Properties

contentSize

@property (nonatomic, assign) CGSize contentSize

numCols

@property (nonatomic, assign) NSInteger numCols

numRows

@property (nonatomic, assign) NSInteger numRows

Instance Methods

collectionViewContentSize

- (CGSize)collectionViewContentSize

layoutAttributesForElementsInRect:

- (NSArray *)layoutAttributesForElementsInRect:(CGRect)rect

layoutAttributesForItemAtIndexPath:

- (UICollectionViewLayoutAttributes *)layoutAttributesForItemAtIndexPath:(NSIndexPath *)path

prepareLayout

- (void)prepareLayout

shouldInvalidateLayoutForBoundsChange:

- (BOOL)shouldInvalidateLayoutForBoundsChange:(CGRect)newBounds