Add support for attaching NSData objects to a feedback compose view

This commit is contained in:
Andreas Linde
2014-05-25 19:18:34 +02:00
parent b48bb8fb12
commit 4f18945133
2 changed files with 5 additions and 2 deletions

View File

@@ -71,9 +71,10 @@
- NSString
- NSURL
- UIImage
- NSData
These are automatically concatenated to one text string, while any image attachments are
added as attachments to the feedback.
These are automatically concatenated to one text string, while any images and NSData
objects are added as attachments to the feedback.
@param items Array of data objects to prefill the feedback text message.
*/