Skip to content

Instantly share code, notes, and snippets.

@ftvs
Created March 12, 2013 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ftvs/5142143 to your computer and use it in GitHub Desktop.
Save ftvs/5142143 to your computer and use it in GitHub Desktop.
// Shows the share sheet with the given items with a list of excludedActivityTypes. See Apple\'s docs for more information on excludedActivityTypes.
public static void shareItems( string[] items, string[] excludedActivityTypes )
// Shows the Facebook composer with optional image path and link
public static void showFacebookComposer( string message, string imagePath, string link )
// Only applies to iOS level Twitter account (Settings -> Twitter)! Shows the tweet composer with the status message and optional image and link.
public static void showTweetComposer( string status, string pathToImage, string link )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment