Chat Screen: Expanded header

Use a swipe gesture recognizer to hide the header.
Remove the UIScrollView use
This commit is contained in:
giomfo
2016-04-20 09:52:49 +02:00
parent 93f73d5c2b
commit a0f3ee1643
3 changed files with 30 additions and 68 deletions
@@ -25,7 +25,6 @@
@interface RoomViewController : MXKRoomViewController <UISearchBarDelegate, UIGestureRecognizerDelegate, RoomTitleViewTapGestureDelegate>
// The expanded header
@property (weak, nonatomic) IBOutlet UIScrollView *expandedHeaderScrollView;
@property (weak, nonatomic) IBOutlet UIView *expandedHeaderContainer;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *expandedHeaderContainerHeightConstraint;