I have a PDF or Doc file stored in iphone that i need to upload in my app . How to upload that document.
This is what i have tried but it is showing iCloud.
UIDocumentMenuViewController *importMenu =
[[UIDocumentMenuViewController alloc] initWithDocumentTypes:[self typeOfDocuments]
inMode:UIDocumentPickerModeImport];
importMenu.delegate = self;
[self presentViewController:importMenu animated:YES completion:nil];