前提・実現したいこと
cellをタップした時に色を変更させたい
該当のソースコード
extension TopViewController: TopMainViewDelegate{ func tableView(_ tableView: UITableView, didselectRowAt indexPath: IndexPath) { tableView.backgroundColor = #colorLiteral(red: 0, green: 0, blue: 0, alpha: 1) } }
試したこと
tableViewのcolorの文字が入ってプロパティをひたすら試す
ビルドはいずれもできるがCellをタップしても無反応
回答3件
あなたの回答
tips
プレビュー