func tableView()

in QuizDemo/QuizDemo/Controllers/SourceViewController.swift [108:112]


    func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
        if let cell = tableView.cellForRow(at: indexPath) as? SourceEntityCell {
            cell.label.textColor = .white
        }
    }