mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Make SectionHeaderView subclass from UITableViewHeaderFooterView
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user