Guest User

Untitled

a guest
Jun 11th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. - (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
  2. {
  3. CGFloat size = CGRectGetWidth(collectionView.frame) / 6;
  4. return CGSizeMake(size, size);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment