ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.86k stars 1.7k forks source link

YYTextHighlight highlightTapAction is not working 100% with small font #808

Open runningfree100 opened 6 years ago

runningfree100 commented 6 years ago

When font is small, the label height is 44 - Then YYTextHighlight is not responding 100% to every highlightTapAction.

Is there something like EdgeInsets to YYTextHighlight (or other way) ? so tapping on small text will ALWAYS trigger highlightTapAction ?