I previously used the following code for changing the size of my cells which use a custom tableviewcell
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
return 61;
}
However I've created a new one on a different view and the above code is never being called.
The TableViewCell is actually a control on a more generic view however all the other similar methods CellForRow etc are