null09264 / FRHyperLabel

A subclass of UILabel to allow you adding one or more hyperlinks to the texts
MIT License
232 stars 74 forks source link

Auto shrinking text -> tap bounds seem off #19

Open its-schmii opened 8 years ago

its-schmii commented 8 years ago

When using a label which has auto shrink enabled the tap box is off when the text is shrunk. Meaning you have to tap somewhere below the highlighted link to execute the handler.

If I can assist you with fixing this issue, let me know.

AustinVaday commented 8 years ago

Any one solve this issue yet?

codeninja88 commented 6 years ago

I have this issue also. I need my text to shrink for screen-size adaptation but the links will only work if i statically set the font size. A solution for this would be much appreciated.