回答編集履歴
1
typo修正
answer
CHANGED
@@ -6,5 +6,5 @@
|
|
6
6
|
while(frontViewController.presentedViewController) {
|
7
7
|
frontViewController = frontViewController.presentedViewController
|
8
8
|
}
|
9
|
-
|
9
|
+
frontViewController.present(alert, animated: true, completion: nil)
|
10
10
|
```
|