in CustomUI/CustomUI/Controllers/SourceSelectViewController.swift [112:118]
func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
if #available(iOS 11.0, *) {} else {
if let indexPath = indexPath, let cell = tableView.cellForRow(at: indexPath) as? SourceTableViewCell {
cell.applyMaskLayer()
}
}
}