YYCategories
YYCategories copied to clipboard
文字高度计算偏高
CGFloat title_height = [title heightForFont:[UIFont fontWithName:@"DINCondensed-Bold" size: 48] width:kScreenWidth-44];
CGFloat subTitle_height = [subTitle heightForFont:[UIFont fontWithName:@"PingFangSC-Medium" size: 14] width:kScreenWidth-44];