AT
Size: a a a
AT
AT
TE
AT
AT
K
🤷
AT
AT
K
SS
tableView(
_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated:
true)
if
let cell = tableView.cellForRow(at: indexPath) {
cell.accessoryType = .checkmark
}
}
S
tableView(
_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated:
true)
if
let cell = tableView.cellForRow(at: indexPath) {
cell.accessoryType = .checkmark
}
}
S
tableView(
_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated:
true)
if
let cell = tableView.cellForRow(at: indexPath) {
cell.accessoryType = .checkmark
}
}
AT
AT
AT