Make SectionHeaderView subclass from UITableViewHeaderFooterView

This commit is contained in:
ismailgulek
2022-02-10 03:14:00 +03:00
parent 32a0a65c24
commit 7737cee9fa
2 changed files with 61 additions and 12 deletions
@@ -20,7 +20,7 @@
/**
Section header view class. Respects left and right safe area insets and layouts its subviews.
*/
@interface SectionHeaderView : UIView
@interface SectionHeaderView : UITableViewHeaderFooterView
/**
Default value: 20.0
@@ -57,4 +57,6 @@
*/
@property (nonatomic, strong) UIView *bottomView;
+ (NSString*)defaultReuseIdentifier;
@end