IOS 6 as Messages, not photos (UIActivityViewController and UIDocumentInteractionController)

In iOS 6, clicking the action button in the Photos app is a standard UIActivityViewController:

UIActivityViewController from Photos

The execution of the same message is a different set of parameters. I like it using the UIDocumentInteractionController api to pull out all the applications that say they can process the image.

UIAcitivtyViewController?  from Messages

My question is twofold:

  • How to get into the "Messages" action menu? Tumblr and Halftone, to name a few, did this ... I can not find the documentation.

  • ? UIActivityViewController, ... //// ..

!

+5
1
+2

All Articles