SyntaxFix
Write A Post
Hire A Developer
Questions
Swift
let indexpath = IndexPath(row: 0, section: 0) if let cell = tableView.cellForRow(at: indexPath) as? <UITableViewCell or CustomCell> { cell.backgroundColor = UIColor.red }