mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Allow customizable attachments to feedback
- New `BITHockeyAttachment` class, which `BITCrashAttachment` is now a subclass of - Can also be used in `prepareWithItems:` for BITFeedbackComposeViewController - Allows to set a custom filename and content-type for attachments that can be used with crash reports and with feedback
This commit is contained in:
@@ -289,6 +289,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
|
||||
while all UIImage and NSData-instances will be turned into attachments.
|
||||
|
||||
@param items an NSArray with objects that should be attached
|
||||
@see `[BITFeedbackComposeViewController prepareWithItems:]`
|
||||
*/
|
||||
- (void)showFeedbackComposeViewWithPreparedItems:(NSArray *)items;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user