微博列表類似微博列表,有頭像,文字,配圖.現在這么計算: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的線.
- 2 回答
- 0 關注
- 325 瀏覽
添加回答
舉報
0/150
提交
取消