feat:add Rotation for iOS
This commit is contained in:
@@ -109,4 +109,11 @@ - (void)blendView:(DoricScrollView *)view forPropName:(NSString *)name propValue
|
||||
- (void)blendSubNode:(NSDictionary *)subModel {
|
||||
[self.childNode blend:subModel[@"props"]];
|
||||
}
|
||||
|
||||
- (DoricViewNode *)subNodeWithViewId:(NSString *)viewId {
|
||||
if ([viewId isEqualToString:self.childViewId]) {
|
||||
return self.childNode;
|
||||
}
|
||||
return nil;
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user