-
求助
.LeeAddContent(^(UILabel * _Nonnull label) 只能用UILabel不能使用YYLabel
先生成YYLabel用自定义视图展示的话 如何先获取到[LEEAlert alert].config的内容宽度以计算YYLabel的高度呢?
-
@ibireme
这是我录制了视频 YYLabel 闪烁的问题
http://pan.baidu.com/s/1eR3t19S
看看《蜗牛管理员》, 点击 下面 评论 和 赞 《蜗牛管理员》 就会闪烁,用的是 YYLabel
ghost updated
8 years ago
-
请教一下YYLabel的truncationToken 如果想放在lastLine的最右边该怎么做(屏幕的最右边)
-
下面是分别用 UILabel 和 YYLabel 实现的显示效果。
代码:
``` objc
UILabel *l1 = [UILabel new];
l1.numberOfLines = 1;
l1.frame = CGRectMake(0, 64, 320, 20);
l1.lineBreakMode = NSLineBreakByTruncatingTail;
l1.t…
-
是这样的
我开始没有做过任何处理 只赋了yylabel的text值 想拿出来yylabel的attributedText 做事情,这时候是取不出来的
- (NSMutableAttributedString *)attributedString
{
return [[NSMutableAttributedString alloc] initWithAttributedStri…
-
YYLabel 在Autolayout下的一些问题。
与UILabel相比,貌似YYLabel在自动布局下面有缺陷。
测试的字符串里本身也包含换行符
我写在这里了,大神可以看下:
[UILabel与YYLabel的对比测试](https://boyxu.github.io/ios/2016/06/02/uilabel%E4%B8%8Eyylabel%E7%9A%84%E5%AF%B9%E6%A…
boyxu updated
5 years ago
-
请问下使用YYLabel + autolayout布局,当屏幕旋转后,因为YYLabel是使用YYTextLayout来设置内容布局,如下代码:
YYLabel *lbl = [[YYLabel alloc] init];
lbl = [YYLabel new];
// lbl.backgroundColor = [UIColor blueColor];
lbl.displ…
-
![image](https://cloud.githubusercontent.com/assets/6228678/21258074/58a9e9de-c3b6-11e6-9689-07ac7f89b3c5.png)
我如果里面加了YYlabel就是这个结果。如果是label就没问题
另外
`+ (UIImage *)screenView:(UIView *)view
{
…
-
我觉得你应该研究下ASTextNode如何写富文本,里面添加图片,链接,而不是苹果自带的表情,这与YYLabel没什么区别
-
`ASTextNode` and `ASTextNode2` does not support custom view in attributed string.
`YYLabel` is fine, the view has displayed.
![CleanShot 2021-08-23 at 09 49 26@2x](https://user-images.githubuserco…