Increase the main tableview row height according to the custom cell
问题 I am having an app in which I have a Tableview and on that tableview's each row I am dynamically creating a custom tableview cell. Below is the code for that. NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"flowviewTableViewCell" owner:self options:nil]; cell2 = [nib objectAtIndex:0]; return cell2; "FlowTableViewCell" is a UITableViewCell. In this custom cell, I have one tableview. I am showing some data on my custom tableview cell from an array and those data varies in length. It is not