nicklockwood / HTMLLabel

[DEPRECATED]
Other
139 stars 22 forks source link

How to retrieve the height of the HTMLLabel ? #11

Open ghost opened 9 years ago

ghost commented 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.

andrespch commented 9 years ago

Trying to find a solution for the same issue