Skip to content

Instantly share code, notes, and snippets.

@dejanskledar
Last active May 10, 2018 07:21
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 dejanskledar/3680eab76caa34cbd6396dc830532621 to your computer and use it in GitHub Desktop.
Save dejanskledar/3680eab76caa34cbd6396dc830532621 to your computer and use it in GitHub Desktop.
This is a sample of a Centered CollectionView Flow Layout
override func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? {
guard let attributes = super.layoutAttributesForElements(in: rect) else {
return nil
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment