mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 20:26:57 +02:00
merged element 1.8.10
This commit is contained in:
@@ -135,18 +135,24 @@ extern NSString *const kRecentsDataSourceTapOnDirectoryServerChange;
|
||||
- (void)forceRefresh;
|
||||
|
||||
/**
|
||||
Tell whether the sections are shrinkable. NO by default.
|
||||
Tell whether the sections are shrinkable. YES by default.
|
||||
*/
|
||||
@property (nonatomic) BOOL areSectionsShrinkable;
|
||||
|
||||
/**
|
||||
Return true if the given section is currently shrinked.
|
||||
*/
|
||||
- (BOOL)isSectionShrinkedAt:(NSInteger)section;
|
||||
|
||||
/**
|
||||
Get the sticky header view for the specified section.
|
||||
|
||||
@param section the section index
|
||||
@param frame the drawing area for the header of the specified section.
|
||||
@param tableView the table view
|
||||
@return the sticky header view.
|
||||
*/
|
||||
- (UIView *)viewForStickyHeaderInSection:(NSInteger)section withFrame:(CGRect)frame;
|
||||
- (UIView *)viewForStickyHeaderInSection:(NSInteger)section withFrame:(CGRect)frame inTableView:(UITableView*)tableView;
|
||||
|
||||
/**
|
||||
Get the height of the section header view.
|
||||
|
||||
Reference in New Issue
Block a user