SwiftRichString icon indicating copy to clipboard operation
SwiftRichString copied to clipboard

👩‍🎨 Elegant Attributed String composition in Swift sauce

Results 42 SwiftRichString issues
Sort by recently updated
recently updated
newest added

Running on Xcode 12 beta for macOS produces this error. Also **'init(data:ofType:)' is only available in macOS 10.11** or newer in "AttributedString+Attachments.swift" Installed via the swift package manager

I'm running into an issue where if I reuse a `Style` with `UITableViewCell`s, it uses the correct size the first time it's shown based on the content size category, then...

Hello! 1. Thanks for this library; it's great. 2. I'm wondering what the best way is for dealing with with nested tags. for instance, if i have `Hello!`, I'd like...

Hi, I'm trying to parse an html text in a way that each list item (\ tag) begins at the new line. I've tried: `let text = "FirstSecondThird"` `let style...

We are facing broken texts in our iOS app while creating AttributedTexts. The think is our string is a HTML string with custom tags and attributes. Our app is live...

implement shorthand += operator for AttributedString type even if a = a + b works, it' clearly more readable and efficient to have a+= b

I want display some HTML String for UITextView but its only display raw text. I dont know why Can you help me? Thanks I'm using xcode 11.4 & catalina 10.15.4

Hi, I think there is a bug? when using `linkURL` like in the example: ``` swift let link = Style { $0.color = UIColor.red $0.linkURL = URLRepresentable.tagAttribute("href") } ``` the...

question

Replaced Alamofire with SwiftRichString

typealias Font conflicts with [SwiftUI / Font](https://developer.apple.com/documentation/swiftui/font) in same context