Use the modal view displayed by UIDocumentInteractionController
I've been thinking about the following possibility:
I am right now developing an app for displaying a different set of
files(could be different formats), and use the content of these files to
form 1 single file.
Because UIDocumentInteractionController could show content of formats that
otherwise can't be viewed by my app(docx for example), wouldn't it be nice
that I capture the modal view displayed by this controller and use it
somewhere else?
I am wondering how can I access the content of presented
UIDocumentInteractionController and capture it.
Any advice would be nice, thank you.
No comments:
Post a Comment