apploft / ExpandableLabel

A simple UILabel subclass that shows a tappable link if the content doesn't fit the specified number of lines
MIT License
464 stars 126 forks source link

Account for font in attributed text #28

Closed sammy-SC closed 7 years ago

sammy-SC commented 7 years ago

Hello, my apologies but I forgot to account for font when working with attributedText, this can result in collapsedText being calculated incorrectly.

Sorry

michaelkamphausen commented 7 years ago

Thanks!