ファイル (画像、ビデオ、pdf、plist、txt など) を UIActivityViewController と共有したいのですが、NSData オブジェクトを共有しようとしていますが、うまくいきません。NSData を UIImage に置き換えると動作します。
これをUIActivityViewControllerに追加することは可能ですか:[mailer addAttachmentData:imageData mimeType:[[self.filePath lastPathComponent] pathExtension] fileName:[self.filePath lastPathComponent]];