mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-12 09:08:59 +08:00
Replace styleCell with willDisplayCell:
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user