📅  最后修改于: 2022-03-11 15:01:03.594000             🧑  作者: Mango
// for cell for row at function in a table view
let cell = UITableViewCell()
let toDos = toDo[indexPath.row]
cell.textLabel?.text = toDos.name
return cell