yogevbd hace 6 años
padre
commit
d92838f3ef
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      lib/ios/RNNTabBarController.m

+ 5
- 0
lib/ios/RNNTabBarController.m Ver fichero

@@ -41,6 +41,11 @@
41 41
 	}
42 42
 }
43 43
 
44
+- (void)setSelectedIndex:(NSUInteger)selectedIndex {
45
+	_currentTabIndex = selectedIndex;
46
+	[super setSelectedIndex:selectedIndex];
47
+}
48
+
44 49
 - (void)mergeOptions:(RNNOptions *)options {
45 50
 	[self.getLeafViewController mergeOptions:options];
46 51
 }