mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Composer update - UI enhancements
- composer max height - unread messages on scroll to bottom button - changed input toolbar background - new missed discussions notifications - Edit a message mode - Reply to a message mode - support for landscape mode
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
@property (weak, nonatomic) IBOutlet UILabel *missedDiscussionsBadgeLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *typingLabel;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *displayNameCenterYConstraint;
|
||||
@property (weak, nonatomic) IBOutlet UIView *dotView;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *missedDiscussionsBadgeLabelLeadingConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *pictureViewHeightConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *pictureViewWidthConstraint;
|
||||
|
||||
/**
|
||||
The room preview data may be used when mxRoom instance is not available
|
||||
@@ -61,4 +65,9 @@
|
||||
*/
|
||||
- (void)reportTapGesture:(UITapGestureRecognizer*)tapGestureRecognizer;
|
||||
|
||||
/**
|
||||
update the layout of the title view according to the target orientation
|
||||
*/
|
||||
- (void)updateLayoutForOrientation:(UIInterfaceOrientation)orientation;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user