From ecf3ddd8bc6cb4d370cc80e0b131a8c307de29d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arratia=20Garc=C3=ADa?= Date: Tue, 27 Sep 2016 13:25:13 +0200 Subject: [PATCH] Function setCellHeight doesn't exists. At least in last version. I remove from README.MD --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9cd26fa..397d664 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,6 @@ Then, in the `tableView:cellForRowAtIndexPath:` method of your `UITableViewDataS cell.customLabel.text = @"Some Text"; cell.customImageView.image = [UIImage imageNamed:@"MyAwesomeTableCellImage"]; - [cell setCellHeight:cell.frame.size.height]; return cell; } ```