Skip to content

Commit

Permalink
Fix #208
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Mar 3, 2015
1 parent b192114 commit 47a71b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RETableViewManager/RETableViewManager.m
Expand Up @@ -217,8 +217,6 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
if (cell == nil) {
cell = [[cellClass alloc] initWithStyle:cellStyle reuseIdentifier:cellIdentifier];

[self.tableView registerClass:cellClass forCellReuseIdentifier:cellIdentifier];

loadCell(cell);
}

Expand Down

0 comments on commit 47a71b8

Please sign in to comment.