Is it possible to modify height of only one cell in a grouped table view? I have a table view with 2 sections of 3 and 2 rows... I would change row height of the second
Have a look at
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
For the indexpath just check for which row and section and adjust the height accordingly