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

@@ -120,6 +120,7 @@ - (void)afterBlended:(NSDictionary *)props {
}
- (void)requestLayout {
[self.childNode requestLayout];
[self.view.contentView.doricLayout apply:self.view.frame.size];
}