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

AttributedString(image: R.image.eye_open(), bounds: NSCoder.string(for: CGRect(x: 0, y: 20, width: 25, height: 25)))! bounds string cannot generate CGRect

I have a html string here: `The sentence is a combination[1]` After setting bold, italic, underline and superscript style, the text doesn't display bold, but the rest styles work. How...