mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Prepare UX rework:
- Improve sticky headers: handle swipe down gesture
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user