我的應用程序需要將圖像發佈到Instagram,我用UIDocumentInteractionController
打開保存在Documents directory
中的圖像文件,其擴展名爲.igo
。設置爲com.instagram.exclusivegram
作爲UIDocumentInteractionController's
UTI
屬性。這一切都工作得很好,我的問題是,當我使用僅在UIDocumentInteractionController中打開Instagram
[dic presentOpenInMenuFromRect:CGRectZero inView:self.view animated:YES];
打開UIDocumentInteractionController
,它顯示PDF reader
,DropBox
等。我不得不隱藏其他選項比Instagram
或只顯示Instagram
。還有如何識別出現的菜單中的Cancel button
按鍵。
Thanks @ChengYu Hsu我已經解決了我的第一個問題,現在airDrop只顯示Instagram。試圖解決我的第二個問題。 – Sudheesh 2015-04-20 09:38:36
swift中的這個相當於什麼? – Coltrane 2015-06-10 15:58:42
不再適用於iOS9 – DevC 2015-09-30 16:54:49