|
|
|
|
188
|
RNNLayoutInfo* layoutInfo = [[RNNLayoutInfo alloc] initWithNode:node];
|
188
|
RNNLayoutInfo* layoutInfo = [[RNNLayoutInfo alloc] initWithNode:node];
|
189
|
RNNNavigationOptions* options = [[RNNNavigationOptions alloc] initWithDict:node.data[@"options"]];;
|
189
|
RNNNavigationOptions* options = [[RNNNavigationOptions alloc] initWithDict:node.data[@"options"]];;
|
190
|
|
190
|
|
191
|
- RNNSideMenuChildVC *sideMenuChild = [[RNNSideMenuChildVC alloc] initWithLayoutInfo:layoutInfo creator:_creator options:options defaultOptions:_defaultOptions presenter:[[RNNViewControllerPresenter alloc] init] eventEmitter:_eventEmitter childViewController:childVc type:type];
|
|
|
|
|
191
|
+ RNNSideMenuChildVC *sideMenuChild = [[RNNSideMenuChildVC alloc] initWithLayoutInfo:layoutInfo creator:_creator options:options defaultOptions:_defaultOptions presenter:[[RNNViewControllerPresenter alloc] initWithComponentRegistry:_componentRegistry] eventEmitter:_eventEmitter childViewController:childVc type:type];
|
192
|
|
192
|
|
193
|
return sideMenuChild;
|
193
|
return sideMenuChild;
|
194
|
}
|
194
|
}
|