How to increase the label and cell size on clicking a button in a TableViewCell.
问题 I want to expand the cell size after clicking a seeMoreBtn on cell. The label and cells have varying length, but their is a constraint in size of label. When a status is too big, I added a seeMoreBtn, after clicking on see more the remaining text will be shown below, then how to increase the label and cell size. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath; { NSString *text = [items objectAtIndex:[indexPath row]]; CGSize constraint =