2016年3月23日

(CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size lineBreakMode:(NSLineBreakMode)lineBreakMode

摘要: UIFont *font = [UIFont systemFontOfSize:12];CGSize size = [text sizeWithFont:font constrainedToSize:CGSizeMake(150.0f, 1000.0f) lineBreakMode:UILineBr 阅读全文

posted @ 2016-03-23 13:55 派的烦恼 阅读(274) 评论(0) 推荐(0)

导航