Skip to content

Instantly share code, notes, and snippets.

@aaustin
Last active September 21, 2015 17:36
Show Gist options
  • Save aaustin/fd419965222d0707da36 to your computer and use it in GitHub Desktop.
Save aaustin/fd419965222d0707da36 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application
continueUserActivity:(NSUserActivity *)userActivity
restorationHandler:(void (^)(NSArray *))restorationHandler {
BOOL handledByBranch = [[Branch getInstance] continueUserActivity:userActivity];
return handledByBranch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment