Created
February 7, 2023 23:35
-
-
Save IhwanID/681c049eebbf5434e29dc291f71356d2 to your computer and use it in GitHub Desktop.
Self Sizing CollectionView
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
if let collectionViewLayout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout { | |
collectionViewLayout.estimatedItemSize = UICollectionViewFlowLayout.automaticSize | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment