-
Hi there,
I'm setting my attributed string the following way:
```
let fontFamily = "font-family: \(fontName);"
let fontSize = "font-size: \(fontSize);"
let color = "color: \(htmlRGBColor);"
let html…
-
Playground code
```Swift
import UIKit
import PlaygroundSupport
import LayoutKit
let rootView = UIView(frame: CGRect(x: 0, y: 0, width: 320, height: 300))
rootView.backgroundColor = .white
…
-
It seems that the framework is not gonna be compatible with a new iOS 15 because of some naming issues (Apple has just introduced AttributedString etc)
-
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, what's the appropriate way to handle wrapping text?
Preferably with text that's been created with the [AttributedString](https://github.com/parro-it/libui-node/blob/master/docs/attributedstring…
-
显示3行文字的时候, 每一行都有一个moji 图的时候, 只能显示前两行内容,
-
Hey there, there seems to be an issue when the navigation bar `prefersLargeTitles` property is set to true. Do you perhaps know why this is happening? I've attached an image. Edit: this is always happ…
-
Hello contentful team,
I hope you guys are doing well, I've been wondering how or if I can provide my own fonts to specific labels/attributed string. I can't find any documentation about providing …
-
I would like to be able to write rich notes about my VMs using the [Markdown](https://daringfireball.net/projects/markdown/) syntax.
This could be implemented by using the [`AttributedString` API]…
-
@divadretlaw
Thanks for developing such a great library!
I have one request.
This library doesn't allow to embed URLs in emoji with Markdown notation.
When I convert the following String, it…