Skip to content

Instantly share code, notes, and snippets.

@ShoMasegi
Created March 30, 2019 10:05
Show Gist options
  • Save ShoMasegi/974401105116305c3d231c822f7bb6db to your computer and use it in GitHub Desktop.
Save ShoMasegi/974401105116305c3d231c822f7bb6db to your computer and use it in GitHub Desktop.
override func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? {
return allItemAttributes.filter { rect.intersects($0.frame) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment