Created
March 12, 2013 11:20
-
-
Save ftvs/5142143 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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