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

The infinite loop problem is caused by different diacritic handling policies. `NSScanner.scanUpToCharacters(from:)` is not diacritic sensitive but `NSScanner.scanString(_:) is diacritic sensitive.

I used Atributika and it is not supported SwiftUI and text is not showing. func makeUIView(context: UIViewRepresentableContext) -> UIView { let view = UIView(frame: .zero) view.backgroundColor = .yellow let label...

if there is a comma between the longer urls, then there is no highlight after comma with comma: when the comma is deleted:

For now an `AttributtedLabel` SwiftUI wrapper in the Demo project that allows full customization using an optional `configureLabel` block property. Usage requires to set a `maxWidth` (default value `300`) and...

Maybe I'm doing something wrong, but I'm having issues setting the height of a multi-line `AttributedLabel` when it's in a SwiftUI `List` or `ScrollView`. Please refer to this [minimal reproducible...

question
waiting for more details

when string tag a is www.food.trueid.net Atributika detect title not url in href

Hello. I have a case when I apply style for user input text like this: "Hello mr \\(userInput)\!". It can be clearly seen, that I want make bold text from...

This change introduces tag character positions relative to the original string as part of the `Tag` structure. These can then be used by `TagTransformer` transformation functions. It may not be...

Hello, what about support for SPM? thanks