Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ShoMasegi/7a6fc76de4b76cc98400d1547c711166 to your computer and use it in GitHub Desktop.
Save ShoMasegi/7a6fc76de4b76cc98400d1547c711166 to your computer and use it in GitHub Desktop.
weak var delegate: CollectionViewLayoutDelegate?
private var allItemAttributes = [UICollectionViewLayoutAttributes]()
private var columnOffsetsY = [[CGFloat]]()
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment