소스 검색

Return options in RNNTabBarController

yogevbd 6 년 전
부모
커밋
dd9cbc2cfc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      lib/ios/RNNTabBarController.m

+ 4
- 0
lib/ios/RNNTabBarController.m 파일 보기

@@ -45,6 +45,10 @@
45 45
 	[((UIViewController<RNNRootViewProtocol>*)self.selectedViewController) mergeOptions:options];
46 46
 }
47 47
 
48
+- (RNNNavigationOptions *)options {
49
+	return [((UIViewController<RNNRootViewProtocol>*)self.selectedViewController) options];
50
+}
51
+
48 52
 - (NSString *)componentId {
49 53
 	return ((UIViewController<RNNRootViewProtocol>*)self.selectedViewController).componentId;
50 54
 }