📜  uitableview 在选择时没有突出显示 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:19.051000             🧑  作者: Mango

代码示例1
Swift 5

// will stop selections
tableView.allowsSelection = false


// will not highlight selection but still register the selection action
cell.selectionStyle = .none