首页 > 其他 > 详细

疑难杂症,sizetofit,

时间:2014-05-26 07:09:47      阅读:362      评论:0      收藏:0      [点我收藏+]

    CGSize rect = [info.contentsizeWithFont:self.contentLabel.fontconstrainedToSize:CGSizeMake(self.contentLabel.frame.size.width, MAXFLOAT)];

    self.contentLabel.text = info.content;

    self.contentLabel.frame = CGRectMake(self.contentLabel.frame.origin.x, self.contentLabel.frame.origin.y, 250, rect.height);

    self.contentLabel.frame = CGRectMake(self.contentLabel.frame.origin.xself.contentLabel.frame.origin.y,

self.contentLabel.frame.size.width, rect.height);

    [self.contentLabelsizeToFit];

疑难杂症,sizetofit,,布布扣,bubuko.com

疑难杂症,sizetofit,

原文:http://www.cnblogs.com/guligei/p/3747867.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!