I just want to know if there is a way to share a picture AND a text with the UIDocumentInteractionController.
I developed an app which has the functionality to share, and so far I can share pictures to facebook, twitter and instagram, but no text with the picture.
I am using the UIDocumentInteractionController because otherwise I couldn't manage to share pictures through instagram (for example it was not possible to do so with the ActivityViewController).