IPhone : Open Instagram only in UIDocumentInteractionController

on Wednesday, April 1, 2015

My application required to post an image to Instagram, I used UIDocumentInteractionController to open image file saved in the Documents directory with an extension .igo. Set com.instagram.exclusivegram as the UIDocumentInteractionController's UTI property. That all worked fine, my problem is that when I use



[dic presentOpenInMenuFromRect:CGRectZero inView:self.view animated:YES];


to open the UIDocumentInteractionController, it shows PDF reader, DropBox etc. I have to hide the other options than Instagram or show Instagram only. And also how to identify the Cancel button press in the presented menu.


0 comments:

Post a Comment