mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Prepare UX rework:
- enable the sticky headers in Rooms tab
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
|
||||
// Add room creation button programmatically
|
||||
[self addRoomCreationButton];
|
||||
|
||||
self.enableStickyHeaders = YES;
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
@@ -95,6 +97,8 @@
|
||||
{
|
||||
[self triggerDirectoryPagination];
|
||||
}
|
||||
|
||||
[super scrollViewDidScroll:scrollView];
|
||||
}
|
||||
|
||||
#pragma mark - Private methods
|
||||
|
||||
Reference in New Issue
Block a user