iOS: fix missing super call for requestLayout

This commit is contained in:
pengfei.zhou
2021-10-09 14:18:21 +08:00
committed by osborn
parent 3250523fb4
commit f6d117da06
3 changed files with 3 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ - (void)requestLayout {
self.view.headerView.bottom = 0;
self.view.headerView.centerX = self.view.width / 2;
[self.view.contentView.doricLayout apply:self.view.frame.size];
[super requestLayout];
}
- (void)blendSubNode:(NSDictionary *)subModel {