Created
April 1, 2022 08:48
-
-
Save KrauserHuang/bc0a28cec04dd187c7aef193c00dac4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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