标签:style ext color string cti name
// 计算文字的宽高
NSDictionary *attributesDic = @{NSFontAttributeName: self.labelView.font};
CGRect textRect = [text boundingRectWithSize:CGSizeMake(200, 100) options:NSStringDrawingUsesLineFragmentOriginattributes:attributesDic context:nil];
标签:style ext color string cti name
原文地址:http://www.cnblogs.com/yangmx/p/3800404.html