-
![image](https://cloud.githubusercontent.com/assets/7497123/16168621/caf6d7fe-3540-11e6-9672-385f6ca08cba.png)
NSString *title = @"已举手";
NSString *content = @"举手三分钟未被老师同意发言会取消举手状态哦!";
…
-
YYLabel 是否支持自动识别link,phone,email等,如果支持,该怎么使用?
-
YYLabel属性设置
label.isUserInteractionEnabled = false
label.numberOfLines = 0
label.textColor = .white
label.font = .boldSystemFont(ofSize: 16)
label.displaysAsynchronously = false
label.textAlignm…
-
在设置NSLineBreakByTruncatingMiddle之后,发现YYLabel的折行和UILabel的原生效果不一样,怎么破?
-
在UITableViewCell子类内使用了YYLabel并用autolayout约束, 利用self-sizing自动适应cell高度.
原实现使用UILabel时, self-sizing自适应算出的cell高度是正确并能多行显示. 但现在换成YYLabel后self-sizing效果出现偏差总是算出一行的高度而已.
通过跟踪YYLabel代码, 做些一些比较绕的处理才能实现与UILabe…
-
YY大神,
我的代码是
self.wordLabel = [[YYLabel alloc] initWithFrame:CGRectMake(10, 5, 0, 0)];
self.wordLabel.font = [UIFont systemFontOfSize:kContentFontSize];
self.wordLabel…
-
我放在了一个cell里,结果是这样的
```
- (void)configure {
NSMutableAttributedString *text = [NSMutableAttributedString new];
NSArray *tags = @[@"red", @"orange", @"yellow", @"green", @"blue", @"purpl…
-
使用YYLabel之后模拟器不会crash,真机crash,报错如下:
[Unknown process name] CGBitmapContextInfoCreate: unable to allocate 268435456 bytes for bitmap data
-
布局代码如下:
label.sd_layout
.autoHeightRatio(0)
.leftSpaceToView(self.contentView, 34)
.topSpaceToView(titleLab, 35)
.rightSpaceToView(self.contentView, 34)
…
-
[未命名.txt](https://github.com/ibireme/YYText/files/436541/default.txt)
您好,上面是xml节点为content里的老式的html,请问这种要显示在YYLabel上面该怎么处理呢