Prepare UX rework:

- Improve sticky headers: handle swipe down gesture
This commit is contained in:
Giom Foret
2017-04-27 12:06:13 +02:00
parent eabcec4455
commit 5b203cfd79
3 changed files with 118 additions and 63 deletions
+6 -1
View File
@@ -17,7 +17,7 @@
#import <MatrixKit/MatrixKit.h>
@interface RecentsViewController : MXKRecentListViewController <MXKRecentListViewControllerDelegate, UIGestureRecognizerDelegate>
@interface RecentsViewController : MXKRecentListViewController <MXKRecentListViewControllerDelegate>
{
@protected
/**
@@ -114,5 +114,10 @@
*/
- (void)createAnEmptyRoom;
#pragma mark - Actions
- (void)didTapOnSectionHeader:(UIGestureRecognizer*)gestureRecognizer;
- (void)didSwipeOnSectionHeader:(UISwipeGestureRecognizer*)gestureRecognizer;
@end