質問編集履歴
1
記述ミス
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
self.itemNum() // ここは大丈夫
|
16
16
|
|
17
|
-
self.popupStyle(
|
17
|
+
self.popupStyle(title: String, message: String, action: String) // ここはエラーが出る
|
18
18
|
|
19
19
|
self.popupStyle() // この形に変更してももちろんエラー
|
20
20
|
|