SwiftRichString
SwiftRichString copied to clipboard
👩🎨 Elegant Attributed String composition in Swift sauce
UILabel: UITextView:
I have a rich string with a remote long picture inside. But how can I get the height of the picture or the textVIew? (Width is known) I have tried...
The example in the README shows how to make an image, like this: ```swift // You can specify the bounds of the image, both for size and the location respecting...
I've tried to implement this in my own subclass of StandardXMLAttributesResolver, however we don't seem to have enough access to the information required. Originally, I was going to implement it...
Is it possible to support gif file for image urls?
It appears that using `img` tags are limited to loading an asset from the main bundle only. Is there a way to using an image from another bundle?
支持拼音+文字同时显示吗 例如: ni hao 你 好
I have following html: ### Some item here I add style to li tag to give them bullet points: ``` let li = Style { $0.textTransforms = [ TextTransform.custom {...
Hi, thank you for developing this library. It is really helpful. I am have trouble with adding line breaks after tags. Here is my code: ``` let font = UIFont.systemFont(ofSize:...