Skip to content

Instantly share code, notes, and snippets.

@aaustin
Created September 7, 2016 01:39
Show Gist options
  • Select an option

  • Save aaustin/e02d6522396db27f19f8e2bb0e4c019e to your computer and use it in GitHub Desktop.

Select an option

Save aaustin/e02d6522396db27f19f8e2bb0e4c019e to your computer and use it in GitHub Desktop.
BranchLinkProperties *linkProperties = [[BranchLinkProperties alloc] init];
linkProperties.feature = @"share";
[linkProperties addControlParam:@"$desktop_url" withValue:@"http://example.com/video/12345"];
[branchUniversalObject showShareSheetWithLinkProperties:linkProperties
andShareText:@"Super amazing thing I want to share!"
fromViewController:self
andCallback:^{
NSLog(@"finished presenting");
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment