Atributika icon indicating copy to clipboard operation
Atributika copied to clipboard

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.

Results 36 Atributika issues
Sort by recently updated
recently updated
newest added

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`...

enhancement

Eg `" Do It!"` Should also be supported. We currently do support : `" Do It!"`

enhancement

Example : our website Need to use tag.attributes["href "] with space instead of tag.attributes["href"]

bug

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...