回答編集履歴
1
説明追記
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
> AppDelegate.swiftでpush通知を受け取ったら他のページで関数を実行させる方法を知っている方がいましたら、ぜひ教えていただけたら嬉しいです。
|
2
2
|
|
3
3
|
[http://tech.eversense.co.jp/120](http://tech.eversense.co.jp/120)
|
4
|
-
を参考にNSNotificationCenterを使えば、AppDelegateで受け取ったイベントをViewControllerに伝えることができます。
|
4
|
+
を参考にNSNotificationCenterを使えば、AppDelegateで受け取ったイベントをViewController等の他のクラスに伝えることができます。
|