How can I have a "Copy To MyExampleApp" in a UIDocumentationController. The file types can be any : pdf,pptx,doc,txt ...
P.S : Objective-C code will be helpful. Thank You !
Try Adding DocType Support to your App for the extension and then handle the delegates to do the needful.
Reference: Registering the filetypes your app supports