在之前的iOS中,我使用此代码和UIDocumentInteractionController从我的应用程序打开另一个应用程序的文件。从iOS 9开始,UIDocumentInteractionController出现在屏幕上,我选择“复制到”选项,但没有任何反应。我该如何解决这个问题?
NSURL *URL = [NSURL fileURLWithPath:path];
if (URL != nil) {
// Initialize Document Interaction Controller
documentController = [UIDocumentInteractionController interactionControllerWithURL:URL];
documentController.delegate = self;
[documentController presentOpenInMenuFromRect:CGRectZero inView:self.view animated:YES];
}
答案 0 :(得分:0)
你必须管理你的开放响应时间: -
.wrap
{
width: 100%;
overflow:auto;
padding:2px;
}
.fleft
{
float:left;
width: 50%;
}
.fright
{
float: right;
width: 50%;
}