一つの新しいソリューション...
全体のStackOverflow閲覧した後、私の同僚は、私の一日を救いました。
- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIndexPath:(NSIndexPath *)indexPath{
return [self tableView:tableView heightForRowAtIndexPath:indexPath];
}
- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForHeaderInSection:(NSInteger)section{
return [self tableView:tableView heightForHeaderInSection:section];
}
- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForFooterInSection:(NSInteger)section{
return [self tableView:tableView heightForFooterInSection:section];
}
tablviewに表示する情報はどれですか? –
文字列thtから1,2語だけです – JiteshW
この文字列は解析から来ますか? –