Added "Continue in background" button to bug report screen

This commit is contained in:
Gil Eluard
2020-12-23 13:59:40 +01:00
parent e0f2fd5b64
commit a64d3b39d4
6 changed files with 88 additions and 26 deletions

View File

@@ -48,6 +48,8 @@
@property (weak, nonatomic) IBOutlet UIButton *cancelButton;
@property (weak, nonatomic) IBOutlet UIButton *sendButton;
@property (weak, nonatomic) IBOutlet UIButton *backgroundButton;
+ (instancetype)bugReportViewController;
- (void)showInViewController:(UIViewController*)viewController;