add iOS Image Node

This commit is contained in:
pengfei.zhou
2019-08-06 20:06:34 +08:00
parent 471e87badc
commit f1efee6a3e
90 changed files with 82 additions and 2108 deletions

View File

@@ -14,8 +14,11 @@ - (void)setupRootView:(UIView *)view {
- (void)render:(NSDictionary *)props {
[self blend:props];
[self requestLayout];
}
- (void)requestLayout {
[self measureByParent:self];
[self layoutByParent:self];
}
@end