Reload Rows At Index Paths?
Closed this issue · 1 comments
dillidon commented
Hi,
How can I refresh tableRow or change text of textLabel in the nib or in whole tableView?
tableView.reloadRowsAtIndexPaths - don't work
tableView.reloadData - dont work
eliperkins commented
You'll need to change the Row
that is backing the CellType
.