iOS:fix NestedScroll

This commit is contained in:
pengfei.zhou
2020-04-08 20:04:45 +08:00
committed by osborn
parent a9608506f5
commit 8e6b4dd024
6 changed files with 12 additions and 26 deletions

View File

@@ -139,6 +139,7 @@ - (void)blendHeader {
}
- (void)requestLayout {
[self.contentNode requestLayout];
[self.view.headerView.doricLayout apply:self.view.frame.size];
self.view.headerView.bottom = 0;
self.view.headerView.centerX = self.view.width / 2;