摘要: 1.文本size的计算方法1 NSDictionary *dict = @{NSFontAttributeName: NJTextFont};2 CGSize maxSize = CGSizeMake(200, MAXFLOAT);3 CGSize textSize = [_mes... 阅读全文
posted @ 2015-04-15 21:34 liqiantu 阅读(113) 评论(0) 推荐(0)