iOS render stack and soon

This commit is contained in:
pengfei.zhou
2019-07-31 17:43:26 +08:00
parent 674335324b
commit b0e34a316b
14 changed files with 284 additions and 85 deletions

View File

@@ -14,12 +14,14 @@ - (void)setupRootView:(UIView *)view {
- (void)measureByParent:(DoricGroupNode *)parent {
// Do noting for root
[super measureByParent:self];
}
- (void)render:(NSDictionary *)props {
[self blend:props];
[self measureByParent:self];
[self layoutByParent:self];
}
@end