When I am integarting the Instagram in my project. I am getting a image
from UIImagePickerController
and after it i want to send it to Instagram But when I am sending image
to Instagram by UIDocumentInteractionController
delegate method presentOptionsMenuFromRect:inView: animated:
like this
[documentInteractionController presentOptionsMenuFromRect:CGRectZero inView:self.view animated:YES];
The warning comes Warning: Attempt to present <_UIDocumentActivityViewController: 0x7584780> on while a presentation is in progress!
The application is not Crashing. But I am not getting the Problem. Why this warning comes and what It means. I searched on Internet and read questions about this but not got any answer. Help me !!