Skip to content

Instantly share code, notes, and snippets.

@loic
Created October 3, 2013 08:02
Show Gist options
  • Save loic/6806675 to your computer and use it in GitHub Desktop.
Save loic/6806675 to your computer and use it in GitHub Desktop.
var item = UIActivity.FromObject ("hello");
var activityItems = new NSObject[] { item };
UIActivity[] applicationActivities = null;
var activityController = new UIActivityViewController (activityItems, applicationActivities);
PresentViewController (activityController, true, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment