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

collapsedAttributedLink & expandedAttributedLink issue #31

Closed khetaram closed 7 years ago

khetaram commented 7 years ago

Hi, collapsedAttributedLink is not shown when i set number of line for label to 1 and expandedAttributedLink is not showing always. On tab of label expand and shrink is working but collapsedAttributedLink and expandedAttributedLink text is not shown. I have tried the same demo from github in that also it is not displaying. I have tried setLessLinkWith also.

michaelkamphausen commented 7 years ago

should be fixed by #33