-
I think this example:
```
let string = NSLocalizedString("Privacy Policy", comment: "")
let attributes: [String: Any] = [
ZSWTappableLabelTappableRegionAttributeName: true,
ZSWTappableLabel…
-
So I have a notification screen in my app similar to Instagram which will let a user view whether people are interacting with them, new followers, etc. Currently, things are loading however whenever …
-
I'd like to be able to insert images, bold fonts, colors, etc.
Perhaps just using attributedText instead of plain text would be nice?
-
Hello, Abhishek,
First of all thanks for making such a nice library. But I am having trouble setting multiple custom fonts to the attributedText property of this control. Example is given below.
…
-
cell text is truncated to one line when setting `.attributedText`
![attrtextheight](https://user-images.githubusercontent.com/8127757/29192162-08bdc520-7e29-11e7-96cf-b78c90d64108.png)
-
@psharanda Is there any way I can convert the NSAttributedString that I received using this library back again to HTML String?
-
I have the following markup that I want to style using BonMot,
`This is a simple paragraph text with an embedded link. `
I am able to apply different colors and fonts, but unable to make `` tag…
r-a-o updated
7 years ago
-
_From @yxztj on August 19, 2016 13:13_
@hannahmbanana Both latest master branch and 1.9.81 are tested.
Repro steps:
1. Create ASTextNode with maximumNumberOfLines of 3
2. Set attributedText with lin…
-
As mentioned in #447, `TTTAttributedLabel` does not support `NSTextAttachment`. This was surprising, and undesirable.
This is a feature request for `NSTextAttachment` support.
-
涉及自定义表情的问题
在未设置linePositionModifier 时,自行设置属性文本的行间距等属性。最终发现有表情的那一行会高出一些,导致文本整体不统一。
//设置评论label
NSMutableAttributedString *contentAtr = [[NSMutableAttributedString alloc]initWithString:strContent];…