-
The images in html text do not show at all. How is it possible to implement images while using atributika.
Thanks
-
There is a example with terminal icon
```
let attributedText = Awesome.regular.terminal.asAttributedText(fontSize: 17, color: .red, backgroundColor: .blue)
```
I am getting following error:
`…
-
I'm proposing we remove the `text(String)` case of the MessageData enum and only provide the `attributedText(NSAttributedString)` case.
Pros:
* It provides better performance under some circumsta…
cwalo updated
6 years ago
-
~Currently, `MessageType` is the protocol we use to represent a message in MessageKit:~
```Swift
public protocol MessageType {
var sender: Sender { get }
var messageId: String { get }
…
-
Hello,
I need to have more fonts in one AttributedTextView instance. For example:
User1 followed ("myFontRegular") User2("myFontBold")
I tried it to implement in many ways, but I found out th…
-
I can't get a nested Mush working :(
NSAttributedString *attributedText = [MGMushParser attributedStringFromMush:@"//**Half price** for a limited time//" font: _priceLabel.font color:[UIColor …
-
EmojiArt L12 in the version from Stanford no longer in Xcode 9.3 can vary the size of the Emojis -- they are dropped on the background in a constant (small) size independent of the level of zooming f…
-
During testing, I noticed that certain content is creating a new page, but no content is displayed except for the header.
-
I noticed the `ContextLabel` is not working when I assign `attributedText` instead of `text`. The text is displayed but the link detection is not executed. Any chance you can support that?
The prob…
-
Create a new example project with all methods.