2016-08-08 98 views
0

我正在嘗試使用UIImageView在泡泡視圖中。 imageView圖像加載使用SDWebImage imageView大小固定寬度:150到高度:150。加載SDWebImage圖像大小大於imageview的圖像

代碼:

-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ 
//...... some code here 
[cell.oMessageImg sd_setImageWithURL:iUrl]; 
[cell setNeedsUpdateConstraints]; 
return cell;} 

我想

enter image description here
什麼什麼就說明
enter image description here

回答

1

配置的意見剪輯子視圖,另有一番看法繼續畫內容之外的內容無界限。

+0

其解決.... thanx – ItsMeMihir