作为桌子的一部分,是否可以TableViewCell
有不同的高度?
如果是这样,如何做到这一点?
使用UITableViewDelegate
方法:
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
是的,您必须为您的 tableview 数据源委托覆盖以下函数:
- (CGFloat) tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath