1

是否有可能以某种方式改变元素的高度?

4

1 回答 1

5

实施IElementSizing

public interface IElementSizing {
    float GetHeight (UITableView tableView, NSIndexPath indexPath);
}

查看MultilineElementStyledMultilineElement示例。

于 2011-10-19T00:01:16.030 回答