wcb133

Results 6 comments of wcb133

![6d92d2d8-60f5-4e32-ad7f-88d468b0d06e](https://cloud.githubusercontent.com/assets/19531971/15471392/501a4f42-2128-11e6-9707-f0a43b6cc2d8.png)

是用最新的YYText版本,刚从gitHub上下载的,以下是YYLabel的创建过程 YYLabel *contentLabel = [YYLabel new]; contentLabel.userInteractionEnabled = YES; contentLabel.numberOfLines = 0; contentLabel.font = [UIFont systemFontOfSize:17.0f]; [self.view addSubview:contentLabel];

![cc32ad10-e9bc-448c-b833-b41bc78e97ad](https://cloud.githubusercontent.com/assets/19531971/15569000/72b73ad4-2361-11e6-91d7-32ab6d8692de.png) 文字宽度计算不准确的问题,我发现苹果自带的也会出现;加了这label.ignoreCommonProperties = YES这句发现文字都不显示了,而且额外发现有上面的排版的问题,关于这个问题有啥好的解决办法没?

第一行的右边还有很大的一块空间,第二行的应该能多放一个emoji表情