質問編集履歴
2
ソースコード修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -62,8 +62,6 @@
|
|
62
62
|
|
63
63
|
navigationController: navigationController)
|
64
64
|
|
65
|
-
navigationController2)
|
66
|
-
|
67
65
|
navigator.toYahoo()
|
68
66
|
|
69
67
|
}
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
didReceive response: UNNotificationResponse,
|
52
52
|
|
53
|
-
withCompletionHandler completionHandler:
|
53
|
+
withCompletionHandler completionHandler: () -> Void) {
|
54
54
|
|
55
55
|
let userInfo = response.notification.request.content.userInfo
|
56
56
|
|