Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
- {
- CGFloat size = CGRectGetWidth(collectionView.frame) / 6;
- return CGSizeMake(size, size);
- }
Advertisement
Add Comment
Please, Sign In to add comment