yogevbd 6 年 前
コミット
d92838f3ef
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5
    0
      lib/ios/RNNTabBarController.m

+ 5
- 0
lib/ios/RNNTabBarController.m ファイルの表示

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