Replace styleCell with willDisplayCell:

This commit is contained in:
Roman Efimov
2013-07-20 12:02:39 -05:00
parent 882dccef9d
commit 23b050e77d

View File

@@ -44,9 +44,9 @@
}
#pragma mark -
#pragma mark RETableViewManagerDelegate
#pragma mark UITableViewDelegate
- (void)tableView:(UITableView *)tableView styleCell:(UITableViewCell *)cell atIndexPath:(NSIndexPath *)indexPath
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
{
cell.textLabel.font = [UIFont fontWithName:@"Avenir-Medium" size:16];
}