Skip to content

Instantly share code, notes, and snippets.

@ashfurrow
Created May 23, 2013 20:04
Show Gist options
  • Save ashfurrow/5638997 to your computer and use it in GitHub Desktop.
Save ashfurrow/5638997 to your computer and use it in GitHub Desktop.
Stopping a UICollectionView from Scrolling
-(CGSize)collectionViewContentSize {
return self.collectionView.bounds.size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment