iOS: Add DoricFlexLayout to DoricLayouts
This commit is contained in:
@@ -262,6 +262,7 @@ - (void)blendView:(UIView *)view forPropName:(NSString *)name propValue:(id)prop
|
||||
if ([self.superNode isKindOfClass:[DoricFlexNode class]]) {
|
||||
[((DoricFlexNode *) self.superNode) blendSubNode:self flexConfig:prop];
|
||||
}
|
||||
self.view.doricLayout.flexConfig = prop;
|
||||
}
|
||||
} else {
|
||||
DoricLog(@"Blend View error for View Type :%@, prop is %@", self.class, name);
|
||||
|
||||
Reference in New Issue
Block a user