teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

ソースコード修正

2019/11/14 12:13

投稿

daikanyaman
daikanyaman

スコア5

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

誤字

2019/11/14 12:13

投稿

daikanyaman
daikanyaman

スコア5

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: @escaping () -> Void) {
27
+ withCompletionHandler completionHandler: () -> Void) {
28
28
  let userInfo = response.notification.request.content.userInfo
29
29
  window = UIWindow()
30
30
  navigationController = UINavigationController()