Open ghost opened 9 years ago
I have the HTMLLabel added in my UICollectionViewCell, my concern is how will I know how much height will it need for my HTML text to fit in correctly so that I can specify the same to CollectionView Layout delegate size method.
Trying to find a solution for the same issue
I have the HTMLLabel added in my UICollectionViewCell, my concern is how will I know how much height will it need for my HTML text to fit in correctly so that I can specify the same to CollectionView Layout delegate size method.