我喜欢与 UIActivityViewController 共享文件(图像、视频、pdf、plist、txt……),我正在尝试共享一个 NSData 对象,但它不起作用。如果我用 UIImage 替换 NSData 它就可以了。
是否可以将其添加到 UIActivityViewController:[mailer addAttachmentData:imageData mimeType:[[self.filePath lastPathComponent] pathExtension] fileName:[self.filePath lastPathComponent]];