Remove expanded header from room screen

This commit is contained in:
ismailgulek
2020-09-18 14:11:45 +03:00
parent 5ee5ecf32f
commit ba4e2632ec
6 changed files with 22 additions and 402 deletions
-12
View File
@@ -29,10 +29,6 @@
@interface RoomViewController : MXKRoomViewController
// The expanded header
@property (weak, nonatomic) IBOutlet UIView *expandedHeaderContainer;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *expandedHeaderContainerHeightConstraint;
// The preview header
@property (weak, nonatomic) IBOutlet UIView *previewHeaderContainer;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *previewHeaderContainerHeightConstraint;
@@ -46,14 +42,6 @@
@property (weak, nonatomic) IBOutlet UIButton *resetReadMarkerButton;
@property (weak, nonatomic) IBOutlet UIView *jumpToLastUnreadBannerSeparatorView;
/**
Force the display of the expanded header.
The default value is NO: this expanded header is hidden on new instantiated RoomViewController object.
When this property is YES, the expanded header is forced each time the view controller appears.
*/
@property (nonatomic) BOOL showExpandedHeader;
/**
Preview data for a room invitation received by email, or a link to a room.
*/