mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Add support for attaching NSData objects to a feedback compose view
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user