mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Improve tab filter
The search input view should appear like in the email client, stuck to the top of the table. #1194
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
@property (weak, nonatomic) IBOutlet UIView *stickyHeadersBottomContainer;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *stickyHeadersTopContainerHeightConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *stickyHeadersBottomContainerHeightConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *stickyHeadersBottomContainerBottomConstraint;
|
||||
|
||||
/**
|
||||
If YES, the table view will scroll at the top on the next data source refresh.
|
||||
@@ -94,9 +93,9 @@
|
||||
- (void)resetStickyHeaders;
|
||||
|
||||
/**
|
||||
Update the sticky headers display.
|
||||
Prepare the sticky headers display.
|
||||
*/
|
||||
- (void)updateStickyHeaders;
|
||||
- (void)prepareStickyHeaders;
|
||||
|
||||
/**
|
||||
Refresh the cell selection in the table.
|
||||
|
||||
Reference in New Issue
Block a user