selecionou a linha em
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let selectedRow = toDo[indexPath.row]
performSegue(withIdentifier: "segueTwo", sender: selectedRow)
}
Itchy Ibex