ibireme / YYKit

A collection of iOS components.
MIT License
13.99k stars 3.69k forks source link

ios10下,使用yylabel文字显示不全 (文字多,且分行的情况下) #303

Open cheshuangchun opened 8 years ago

cheshuangchun commented 8 years ago

ios10下,使用yylabel文字显示不全 (文字多,且分行的情况下)

ryanzhuang commented 8 years ago

@interface YYLabelFix : YYLabel

@end

@implementation YYLabelFix

@end

暂时这么处理了

Jackielc commented 8 years ago

iOS10的字体要比之前大一点,所以要单独进行适配