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

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

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