📅  最后修改于: 2022-03-11 14:58:19.051000             🧑  作者: Mango
Swift 5
// will stop selections
tableView.allowsSelection = false
// will not highlight selection but still register the selection action
cell.selectionStyle = .none