Parcourir la source

Return options in RNNTabBarController

yogevbd il y a 6 ans
Parent
révision
dd9cbc2cfc
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      lib/ios/RNNTabBarController.m

+ 4
- 0
lib/ios/RNNTabBarController.m Voir le fichier

@@ -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
 }