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

Make AttributesRangeInfo public #170

Closed cuzv closed 11 months ago

cuzv commented 11 months ago

This submission exposes AttributesRangeInfo to external users for reference, and also exposes the constructor method of AttributedStringBuilder, see #169 for details.