iOS layout done
This commit is contained in:
@@ -12,12 +12,6 @@ - (void)setupRootView:(UIView *)view {
|
||||
self.view = view;
|
||||
}
|
||||
|
||||
- (void)measureByParent:(DoricGroupNode *)parent {
|
||||
// Do noting for root
|
||||
[super measureByParent:self];
|
||||
}
|
||||
|
||||
|
||||
- (void)render:(NSDictionary *)props {
|
||||
[self blend:props];
|
||||
[self measureByParent:self];
|
||||
|
Reference in New Issue
Block a user