merged element 1.8.10

This commit is contained in:
Arnfried Griesert
2022-05-03 12:48:01 +02:00
1235 changed files with 50869 additions and 23132 deletions
@@ -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.