Configure default cells.

pull/1/head
Matthew Chen 7 years ago
parent d493fd0bc0
commit 800689d9ff

@ -572,6 +572,7 @@ NSString *const kOWSTableCellIdentifier = @"kOWSTableCellIdentifier";
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:kOWSTableCellIdentifier];
OWSAssert(cell);
[OWSTableItem configureCell:cell];
cell.textLabel.text = item.title;

Loading…
Cancel
Save