2013-07-17 95 views

回答

0

更改您的UIIMageView內容模式UIViewContentModeScaleToFillUIViewContentModeScaleAspectFill

編輯

使用以下方法UITableView's

添加您UIImageView身高在NSMutableArray(heightsArray)

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath 
{ 
    return [heightsArray objectAtIndex:indexpath.row]; 
} 
+0

謝謝您的回覆,但我需要設置單元格高度,因爲它在下一個單元格文本 – sabeer

+0

@ sabeer-我無法獲得它..plz添加圖片 – iPatel

+0

請檢查圖片http://i40.tinypic.com /2j4od8i.jpg – sabeer