微博列表類似微博列表,有頭像,文字,配圖.現(xiàn)在這么計算:CGSizetextSize=[stringsizeWithFont:[UIFontsystemFontOfSize:16.0f]constrainedToSize:CGSizeMake(260.0f,2000.0f)lineBreakMode:NSLineBreakByWordWrapping];floatcellHeight=textSize.height+50.0fself.weiboImageView=[[UIImageViewalloc]initWithFrame:CGRectMake(65.0,self.cellHeight,100,124)];self.weiboImageView.contentMode=UIViewContentModeScaleAspectFit;但是這么計算不準(zhǔn)確,有時文字顯示不全.有時圖小得時候空白太多.有時圖大的時候會壓到底部Cell的線.
自定義 TableViewCell 怎么比較精確的計算 Cell 高度?
暮色呼如
2019-04-07 09:38:09