Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2014 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8967156 to your computer and use it in GitHub Desktop.
Save anonymous/8967156 to your computer and use it in GitHub Desktop.
- (CGSize)collectionView:(UICollectionView*)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath*)indexPath {
WTAMenuCellPropertiesModel *currentItem = (WTAMenuCellPropertiesModel*)[[self splashCollectionArray] objectAtIndex:indexPath.row];
return currentItem.size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment