how can I go to a cell without an indexpath to change the content
That makes sense:
let cell = tableView.cellForRow(at: indexPath)
But, uh, every cell has a restorationIdentifier. Can I change the contents of a cell using restorationIdentifier?
how can I go to a cell without an indexpath to change the content
That makes sense:
let cell = tableView.cellForRow(at: indexPath)
But, uh, every cell has a restorationIdentifier. Can I change the contents of a cell using restorationIdentifier?