2
0
mirror of synced 2025-03-01 14:30:39 +00:00

Update installation-ios.md

This commit is contained in:
Michael Diarmid 2017-05-02 10:56:33 +01:00 committed by GitHub
parent 618b34cd4f
commit 9adeffef18

View File

@ -132,7 +132,7 @@ Add the following to the `didFinishLaunchingWithOptions:(NSDictionary *)launchOp
Add the following methods: Add the following methods:
``` ```objectivec
- (void)userNotificationCenter:(UNUserNotificationCenter *)center - (void)userNotificationCenter:(UNUserNotificationCenter *)center
willPresentNotification:(UNNotification *)notification willPresentNotification:(UNNotification *)notification
withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler