Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
1.45k
stars
155
forks
source link
Attribute with space in the end is not trimmed #85
Closed
LoileeBooz closed 1 year ago
Example : <a href =\"/path/en_HK.html\" target=\"_blank\">our website
Need to use tag.attributes["href "] with space instead of tag.attributes["href"]