mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Prepare UX rework:
- Fix sections handling in unified search screen. - Prepare sticky headers in RecentsViewController.
This commit is contained in:
@@ -60,6 +60,14 @@
|
||||
*/
|
||||
- (CGFloat)heightForHeaderInSection:(NSInteger)section;
|
||||
|
||||
/**
|
||||
Get the title of the header of the specified section.
|
||||
|
||||
@param section the section index.
|
||||
@return the section title.
|
||||
*/
|
||||
- (NSString *)titleForHeaderInSection:(NSInteger)section;
|
||||
|
||||
/**
|
||||
Get the section header view.
|
||||
|
||||
@@ -75,6 +83,10 @@
|
||||
- (void)forceRefresh;
|
||||
|
||||
#pragma mark - Configuration
|
||||
/**
|
||||
Tell whether the sections are shrinkable. NO by default.
|
||||
*/
|
||||
@property (nonatomic) BOOL areSectionsShrinkable;
|
||||
|
||||
/**
|
||||
Tell whether the matrix id should be added by default in the matrix contact display name (NO by default).
|
||||
|
||||
Reference in New Issue
Block a user