Merge branch 'charlesmchen/configureDefaultCells'

pull/1/head
Matthew Chen 7 years ago
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…
Cancel
Save