Size: a a a
JW
A
A
Д
Д
tableView(
_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated:
true)
if
let cell = tableView.cellForRow(at: indexPath) {
cell.accessoryType = .checkmark
}
}
MD
GM
🤷