Align lifecycle timing for Android and iOS

This commit is contained in:
pengfei.zhou
2020-02-29 14:17:38 +08:00
committed by osborn
parent e0055f437d
commit eb6ba3ee36
3 changed files with 3 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ - (void)config:(NSString *)script alias:(NSString *)alias extra:(NSString *)extr
[self.view addSubview:it];
}]];
}];
[self.doricContext onShow];
}
- (void)viewWillLayoutSubviews {