Atributika
Atributika copied to clipboard
Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
Hello! This library is very excellent. I am using NSMutableAttributedString to add NSTextAttachment based on the example you gave in [https://github.com/psharanda/Atributika/issues/33](url) It was working well, however when I added `onClick`...
Eg `" Do It!"` Should also be supported. We currently do support : `" Do It!"`
Example : our website Need to use tag.attributes["href "] with space instead of tag.attributes["href"]
Hey @psharanda. I can't see any activity from maintainers for more than a year. Is it going to be maintained at some point in future?
let hashtag = DetectionTuner { Attrs(self.hashMentionAttr).akaLink($0.text) } How can i detect the tap action on hashtag or mention, with the respective tapped value. It was there in this library before...
It would be a good addition to the project to have the ability to hide scroll indicators for `AttributedTextView` class.