Swift 3.0
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell = tableView.dequeueReusableCell(withIdentifier: "CellIdentifier", for: indexPath) as! UITableViewCell cell.selectionStyle = .none return cell }
The task is performed by installation:
cell.selectionStyle = .none
Chris tsitsaris
source share