Skip to content

Instantly share code, notes, and snippets.

@KrauserHuang
Created April 1, 2022 08:48
Show Gist options
  • Save KrauserHuang/bc0a28cec04dd187c7aef193c00dac4a to your computer and use it in GitHub Desktop.
Save KrauserHuang/bc0a28cec04dd187c7aef193c00dac4a to your computer and use it in GitHub Desktop.
let itemSize = NSCollectionLayoutSize(widthDimension: .fractionalWidth(1.0), heightDimension: .fractionalWidth(2/3))
let fullPhotoItem = NSCollectionLayoutItem(layoutSize: itemSize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment