jjzjj

presentOpenInMenuFromRect

全部标签

objective-c - Instagram直接打开UTI

我最近偶然发现了以下有趣的功能:InstagramiPhoneHooks我想知道是否可以通过documentinteractioncontroller立即打开应用程序,无需必须显示预览(–presentPreviewAnimated:)或操作表(–presentOpenInMenuFromRect:inView:animated:).在我看来,这是唯一的方法,但我可能会遗漏一些东西。-(void)saveToInstagram{NSURL*url;UIDocumentInteractionController*dic;CGRectrect=CGRectMake(0,0,0,0);UII

objective-c - Instagram直接打开UTI

我最近偶然发现了以下有趣的功能:InstagramiPhoneHooks我想知道是否可以通过documentinteractioncontroller立即打开应用程序,无需必须显示预览(–presentPreviewAnimated:)或操作表(–presentOpenInMenuFromRect:inView:animated:).在我看来,这是唯一的方法,但我可能会遗漏一些东西。-(void)saveToInstagram{NSURL*url;UIDocumentInteractionController*dic;CGRectrect=CGRectMake(0,0,0,0);UII

iphone - 当我调用 UIDocumentInteractionController 方法 "presentOpenInMenuFromRect: inView: animated:"时,iPad 应用程序崩溃

这是我的代码:在iPad中它在iPhone中崩溃,列表出现但所选应用程序未打开。-(void)openIn:(NSURL*)fileFullPath{docController=[UIDocumentInteractionControllerinteractionControllerWithURL:fileFullPath];[docControllersetDelegate:self];BOOLisOpen=[docControllerpresentPreviewAnimated:YES];if(isOpen==NO){BOOLisOpenIn=[docControllerprese