Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能以某种方式改变元素的高度?
实施IElementSizing
IElementSizing
public interface IElementSizing { float GetHeight (UITableView tableView, NSIndexPath indexPath); }
查看MultilineElement或StyledMultilineElement示例。
MultilineElement
StyledMultilineElement