微博列表类似微博列表,有头像,文字,配图.现在这么计算:
CGSize textSize = [string sizeWithFont:[UIFont systemFontOfSize:16.0f] constrainedToSize:CGSizeMake(260.0f, 2000.0f) lineBreakMode:NSLineBreakByWordWrapping];float cellHeight = textSize.height + 50.0fself.weiboImageView = [[UIImageView alloc] initWithFrame: CGRectMake(65.0, self.cellHeight, 100, 124)];self.weiboImageView.contentMode = UIViewContentModeScaleAspectFit;
但是这么计算不准确,有时文字显示不全.有时图小得时候空白太多.有时图大的时候会压到底部Cell的线.
胡子哥哥
婷婷同学_
相关分类