psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

AttributedLabel onClick() now sent button frame #110

Closed joseph2166 closed 4 years ago

joseph2166 commented 4 years ago

Addresses issue #109

psharanda commented 4 years ago

Thanks for reporting! Sorry I was not able to accept this PR, since it breaks compatibility with previous versions. But in 4.9.6 I added new method, which solves this issue. See func rects(for detection: Detection) -> [CGRect]

joseph2166 commented 4 years ago

That works - thanks! Joe

On 11 May 2020, at 22:13, Pavel Sharanda notifications@github.com wrote:

 Thanks for reporting! Sorry I was not able to accept this PR, since it breaks compatibility with previous versions. But in 4.9.6 I added new method, which solves this issue. See func rects(for detection: Detection) -> [CGRect]

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.