回答編集履歴
2
訂正
test
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
|
107
107
|
self.alert?.actions.first?.isEnabled
|
108
108
|
|
109
|
-
= existsFirstText && existsSecondText
|
109
|
+
= existsFirstText && existsSecondText
|
110
110
|
|
111
111
|
}
|
112
112
|
|
1
訂正
test
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
[こんなんで、](https://github.com/tyobigoro/tAlertController)
|
2
|
-
|
3
|
-
|
4
2
|
|
5
3
|
|
6
4
|
|
@@ -121,3 +119,7 @@
|
|
121
119
|
}
|
122
120
|
|
123
121
|
```
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
適当な`!`の連発をやめれば質問のコードのままでも動くと思いますよ。
|