Hey guys, just wondering if there was an easy way to resize a UITableView's cell to the required height that's set as the text. That could save me a bit of time.
Otherwise I'll just code it the harder way using:
Otherwise I'll just code it the harder way using:
Code:
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath