Chat Screen: Expand header on new created room.

https://github.com/vector-im/vector-ios/issues/229
This commit is contained in:
giomfo
2016-04-18 16:56:44 +02:00
parent 61cae5404a
commit 861119edb2
3 changed files with 29 additions and 5 deletions
+5 -3
View File
@@ -33,10 +33,12 @@
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *previewHeaderContainerHeightConstraint;
/**
Show/Hide the expanded header.
By default this header is hidden on new instantiated RoomViewController object.
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.
*/
- (void)showExpandedHeader:(BOOL)isVisible;
@property (nonatomic) BOOL showExpandedHeader;
/**
Display the preview of a room that is unknown for the user.