回答編集履歴
1
\(\)
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```swift
|
2
|
-
#selector(GameViewController.present)
|
2
|
+
#selector(GameViewController.present())
|
3
3
|
```
|
4
4
|
|
5
5
|
これでどうでしょうか?
|