Merge branch 'charlesmchen/configureDefaultCells'
This commit is contained in:
commit
fe492b8a98
@ -572,6 +572,7 @@ NSString *const kOWSTableCellIdentifier = @"kOWSTableCellIdentifier";
|
||||
|
||||
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:kOWSTableCellIdentifier];
|
||||
OWSAssert(cell);
|
||||
[OWSTableItem configureCell:cell];
|
||||
|
||||
cell.textLabel.text = item.title;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user