Richar_D_Tyson
Results
1
issues of
Richar_D_Tyson
使用的: TYAttributedLabel *contentLabel = [[TYAttributedLabel alloc] init]; 创建TYTextStorage 然后 contentLabel appendTextStorage: 加了几个TYTextStorage 发现linesSpacing和textAlignment无效 但是插入图片之后又有效了,所以有一个暂时的解决方案就是 [contentLabel appendImageWithName:@"" size:CGSizeMake(0.5, 0.5)];