我正在开展一个项目,而且我现在几乎被困住了。
我正在尝试为我的tableview创建一个我自定义生成的自定义单元格。
但是我不知道如何从我的代码中更改单元格高度。
真的会回答某些答案或不同的方法吗
以下是一些代码:
查看: http://pastebin.com/WZFvLpZi
CustomCell.cs: http://pastebin.com/vc2ZntLK
TableItem.cs: http://pastebin.com/fjSWPi8u
TableSource.cs: http://pastebin.com/1xhBtdGy
答案 0 :(得分:3)
在TableSource中覆盖此方法
public override float GetHeightForRow (UITableView tableView, NSIndexPath indexPath)