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:
Giom Foret
2017-05-23 21:15:38 +02:00
parent e75376221c
commit d9ed2e2f9b
3 changed files with 114 additions and 187 deletions
+2 -3
View File
@@ -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.