#pragma mark –
#pragma mark UITableView
-(CGFloat) tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return 100*[indexPath row];
}
uitableview cell 自定义高度
最新推荐文章于 2025-03-30 12:08:15 发布
本文介绍了一个简单的UITableView行高自定义方法,通过indexPath.row返回不同高度。
653

被折叠的 条评论
为什么被折叠?



