CellSizeToFitLabel
CellSizeToFitLabel copied to clipboard
This is a sample project for sizing a UICollectionViewCell to fit a multiline UILabel.
Results
1
CellSizeToFitLabel issues
Sort by
recently updated
recently updated
newest added
When Add new rows in collectionview, It not reload all cells. if let flowLayout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout { flowLayout.estimatedItemSize = CGSize(width: 1, height: 1) //use auto layout for the...