質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
extension TopViewController: TopMainViewDelegate{
|
14
14
|
|
15
|
-
func tableView(_ tableView: UITableView, did
|
15
|
+
func tableView(_ tableView: UITableView, didselectRowAt indexPath: IndexPath) {
|
16
16
|
|
17
17
|
tableView.backgroundColor = #colorLiteral(red: 0, green: 0, blue: 0, alpha: 1)
|
18
18
|
|