|
@@ -25,7 +25,7 @@
|
25
|
25
|
RNNNavigationOptions* emptyOptions = [[RNNNavigationOptions alloc] initEmptyOptions];
|
26
|
26
|
[[self.bindedViewController expect] rnn_setTabBarTestID:nil];
|
27
|
27
|
[[self.bindedViewController expect] rnn_setTabBarBackgroundColor:nil];
|
28
|
|
- [[self.bindedViewController expect] rnn_setTabBarTranslucent:YES];
|
|
28
|
+ [[self.bindedViewController expect] rnn_setTabBarTranslucent:NO];
|
29
|
29
|
[[self.bindedViewController expect] rnn_setTabBarHideShadow:NO];
|
30
|
30
|
[[self.bindedViewController expect] rnn_setTabBarStyle:UIBarStyleDefault];
|
31
|
31
|
[[self.bindedViewController expect] rnn_setTabBarVisible:YES];
|