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.
我创建了自定义表格视图。我将表格视图单元格添加到表格视图中,但表格视图单元格不适合表格视图行....我想为此做什么,请帮助我
带有自定义单元格教程和工作示例代码的自定义表格视图
希望对你有帮助...
你必须实施
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
并在此处返回自定义单元格的高度。