mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user