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

I need to use Show More/ show less functionality in Attributika. how to achieve this?

Is there a way to display img tags? I know it's a lot of work, but I need you to add the ability to show img tags! ```` let attachment...

enhancement

Hello all! First at all, I think that library is amazing, but I have an issue with the library, this issue is produced when: I add an image with ``...

bug

I'm using the library to highlight text numbers and phone numbers and make them tappable. It work and looks great. But when Voice Over is turned on, the user can...

i want to get the string with the custom regex how i can i achieve it? `commentTextLabel.attributedText = text .style(regex: "@[A-Za-z0-9_-]", style: mentions) .styleAll(normal)` onClick detection gives me the regex...

I think we should specify a Swift version in Atributika.podspec.

Having an `NSAttributedString` which contains `NSLink`s, how can one style those links with Atributika? I have the following code: ``` label.attributedText = content .styleLinks(Style.foregroundColor(Color.appTint, .normal).foregroundColor(Color.appTint, .highlighted)) .styleAll(Style.foregroundColor(.black).font(font).backgroundColor(backgroundColor)) ``` where `content`...