iOS: fix missing super call for requestLayout
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user