Prepare UX rework:

- enable the sticky headers in Rooms tab
This commit is contained in:
Giom Foret
2017-04-18 17:16:31 +02:00
parent 9c3e6692e6
commit 8be31c5df2
2 changed files with 4 additions and 38 deletions
@@ -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