Bug report: Painful refactor of the xib to put the popup into a scrollview so that we can dismiss the keyboard by dragging it

This commit is contained in:
manuroe
2017-04-28 10:24:18 +02:00
parent 397d00dfbe
commit 117c53ed22
3 changed files with 283 additions and 189 deletions
@@ -18,6 +18,8 @@
@interface BugReportViewController : UIViewController <UITextViewDelegate>
@property (weak, nonatomic) IBOutlet UIScrollView *scrollView;
@property (weak, nonatomic) IBOutlet UIView *containerView;
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;