Skip to content

Instantly share code, notes, and snippets.

@Omnipresent
Created May 29, 2014 01:45
Show Gist options
  • Save Omnipresent/154270914c2c84407995 to your computer and use it in GitHub Desktop.
Save Omnipresent/154270914c2c84407995 to your computer and use it in GitHub Desktop.
activity_vc = UIActivityViewController.alloc.initWithActivityItems(["Hey! I thought you might like \"#{item_name}\" \n\nCheck it out here: ", NSURL.URLWithString("http://myqirc.com/?rec="+encoded_rec)], applicationActivities:nil)
activity_vc.setValue(item_name, forKey: 'subject')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment