-
[LWTextLayout lw_layoutWithContainer:textContainer text:self.attributedText];,当在10.0以下的系统上如果遇到 无法转换的字符时, 这个方法会导致内存溢出, 是由 在LWTextStorage 中 的 每一个 set方法内调用 [self _creatTextLayout]; 导致的, 在 所有的set方法中不调用…
-
![Uploading QQ20150121-2.png . . .]()
![Uploading QQ20150121-1.png . . .]()
hi,你好.
我的项目用到这个控件,刚刚发现如果内容前边全部是空格(比如聊天中,输入框中一直打空格,等到textView的结尾时,随便输入一个字符,)然后去生成气泡,这时候的size就会出现错误.刚刚用这里最新的代码也试了下也会出现这种问题
- …
-
``` swift
let fontHeight = CGFloat(19.25)
let fontSize = CGFloat(16)
let lineSpace = CGFloat(10)
// Red Strip
for i in 0...10 {
let v = UIView(frame: CGRect(x: 0, y: CGFloat(150) + CGFloat(i) * …
-
这是一个Demo,msg中8888数字颜色显示有问题,作者能帮忙看下吗?谢啦!!☆⌒(*^-゜)v
MLLinkLabel *label = [[MLLinkLabel alloc] initWithFrame:CGRectMake(0, 100, 400, 20)];
[self.view addSubview:label];
NSString …
-
我用的是UILabel
因为要用到行边距 所以用富文本添加了行边距 让后用autoHeightRatio(0) 进行高度自适应 最后显示出来的高度是没有行边距的高度
代码如下(我用的是自带的UITableViewCell cell.textLabel):
cell.textLabel.textColor = [UIColor colorWithHexString:@"7d7d7d"];
…
-
It's appears that the `isSecureTextEntry ` field of `ASEditableTextNode` doesn't work at all.
Example Code:
```
let editNode = ASEditableTextNode()
editNode.scrollEnabled = false
editNode.attri…
-
Hi.
When migrate my project to TextAttributes I noticed problem and wrote patch for it that is `TextAttributes` reset paragraphStyle configured by storyboard even if not changed paragraphStyle parame…
-
Hello Xoudini,
Thank you for your effort put into this project. May I know how do I use your framework to replace all Emojis displayed to users in labels with custom emoji (Twemoji) instead of Appl…
-
_Platform: iOS
_Swift: 3.0
_sentry-cocoa installed with: CocoaPods
Version of sentry-cocoa:
**3.0.1**
---
I have following issue:
https://sentry.io/recharge/consumer-ios/issues/294456777/
…
-
[So I have been attempting to implement IGListKit For a couple days now I believe my implementation is correct. I'm using it currently to load comments when a user clicks on a post. I'm not 100% sure …