Created
April 1, 2022 09:20
-
-
Save KrauserHuang/a9780e68afcd0e235a483d235e1756f3 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 nestedGroup = NSCollectionLayoutGroup.vertical(layoutSize: NSCollectionLayoutSize(widthDimension: .fractionalWidth(1), | |
heightDimension: .fractionalWidth(16/9)), | |
subitems: [fullPhotoItem, mainWithPairGroup, tripletGroup, mainWithPairReversedGroup] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment