当我在我的项目中整合Instagram时.我得到一个image从UIImagePickerController后它,我想将它发送到Instagram的但是当我发送image到Instagram的通过UIDocumentInteractionController委托方法presentOptionsMenuFromRect:inView: animated: 是这样
[documentInteractionController presentOptionsMenuFromRect:CGRectZero inView:self.view animated:YES];
Run Code Online (Sandbox Code Playgroud)
警告出现警告:在演示文稿正在进行时尝试显示<_UIDocumentActivityViewController:0x7584780>!
该应用程序不是崩溃.但我没有得到问题.为什么会出现此警告及其含义.我在互联网上搜索并阅读有关此问题,但没有得到任何答案.帮我 !!
我有一个发送电子邮件和短信的应用程序.
我遇到的问题是,在iOS 7上加载MFMessageComposeViewController比在之前的iOS上慢得多,随着联系人数量的增加,它变得更糟.
在消息应用程序打开并加载了内容之前,屏幕变黑了几秒钟.
有什么想法吗?
使用相同数量的电子邮件,MFMailComposeViewController比以前更快.
救命!!谢谢.
performance messages ios mfmessagecomposeviewcontroller ios7
ios ×1
ios7 ×1
iphone ×1
messages ×1
mfmessagecomposeviewcontroller ×1
objective-c ×1
performance ×1