表单元格不会根据uiimageview的高度自动调整大小

时间:2018-08-25 08:36:02

标签: ios uitableview xamarin.ios uiimageview xcode-storyboard

UIImageView的高度宽度设置为fillparent。并使用以下代码自动调整表格单元格的大小。

  DiscountTableView.Source = new DiscountsTVS(discounts);
  DiscountTableView.EstimatedRowHeight = 164;
  DiscountTableView.RowHeight = UITableView.AutomaticDimension;

但是我得到以下输出

screen shot from iphone simulator 不知道我在做什么错。

2 个答案:

答案 0 :(得分:0)

您可以在此处查看工作示例,希望对您有用。Dynamic hieght of tableviewcell

答案 1 :(得分:0)

如果使用UITableView.AutomaticDimension,则需要在xib或代码中添加约束