Skip to content

Instantly share code, notes, and snippets.

@nataliepo
Created November 6, 2012 00:12
Show Gist options
  • Select an option

  • Save nataliepo/4021319 to your computer and use it in GitHub Desktop.

Select an option

Save nataliepo/4021319 to your computer and use it in GitHub Desktop.
uicollectionview flow
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath {
return CGSizeMake(200.0, 200.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment