Bug report: Shrink the popup height in portrait for devices with screen bigger than iphone 5.

The Cancel and Send buttons will be thus displayed
This commit is contained in:
manuroe
2017-05-03 17:08:21 +02:00
parent 235e7959e9
commit d71e58b107
3 changed files with 59 additions and 26 deletions
@@ -16,9 +16,12 @@
#import <UIKit/UIKit.h>
@interface BugReportViewController : UIViewController <UITextViewDelegate>
#import <MatrixKit/MatrixKit.h>
@interface BugReportViewController : MXKViewController <UITextViewDelegate>
@property (weak, nonatomic) IBOutlet UIScrollView *scrollView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *scrollViewBottomConstraint;
@property (weak, nonatomic) IBOutlet UIView *containerView;
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;