I am doing a comparison in
- (CGFloat)tableView:(UITableView *)tblView heightForRowAtIndexPath:(NSIndexPath *)indexPath
It seems like performance of my app really slows down when I check if a cell.detailTextLabel.text isEqualTo:@"None";
What is a better way of doing the comparison and setting the cell height?