回答編集履歴
1
i
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
+
```
|
2
|
+
|
1
|
-
|
3
|
+
override func setHighlighted(_ highlighted: Bool, animated: Bool) {
|
2
4
|
|
3
5
|
View.backgroundColor = highlighted ? .darkGray : .clear
|
4
6
|
|