mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Prepare UX rework:
- Handle optional sticky headers at RecentsViewController level. TODO fix some flickering effects observed on the sticky headers during scrolling.
This commit is contained in:
@@ -100,6 +100,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (UIView *)viewForStickyHeaderInSection:(NSInteger)section withFrame:(CGRect)frame
|
||||
{
|
||||
// Return the actual section header for this frame.
|
||||
return [self viewForHeaderInSection:section withFrame:frame];
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (MXKSessionRecentsDataSource *)addMatrixSession:(MXSession *)mxSession
|
||||
|
||||
Reference in New Issue
Block a user