add iOS Image Node
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user