Edward Ding

Results 2 comments of Edward Ding

@LeeMing988 A temporary solution is to add some lines in the `- (void)setActiveTabIndex:(NSUInteger)activeTabIndex` method. like this: ``` Objective-C // Set to-be-inactive tab unselected activeTabView = [self tabViewAtIndex:self.activeTabIndex]; activeTabView.selected = NO;...

@ufosky A temporary solution is to add some lines in the `- (void)setActiveTabIndex:(NSUInteger)activeTabIndex` method. like this: ``` Objective-C // Set to-be-inactive tab unselected activeTabView = [self tabViewAtIndex:self.activeTabIndex]; activeTabView.selected = NO;...