質問編集履歴
2
ソースコード修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,7 +30,6 @@
|
|
30
30
|
navigationController = UINavigationController()
|
31
31
|
let navigator = DefaultAppNavigator(window: window,
|
32
32
|
navigationController: navigationController)
|
33
|
-
navigationController2)
|
34
33
|
navigator.toYahoo()
|
35
34
|
}
|
36
35
|
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
```Swift
|
25
25
|
func userNotificationCenter(_: UNUserNotificationCenter,
|
26
26
|
didReceive response: UNNotificationResponse,
|
27
|
-
withCompletionHandler completionHandler:
|
27
|
+
withCompletionHandler completionHandler: () -> Void) {
|
28
28
|
let userInfo = response.notification.request.content.userInfo
|
29
29
|
window = UIWindow()
|
30
30
|
navigationController = UINavigationController()
|