react-native-navigation的迁移库

RNNBottomTabsPresenter.h 245B

1234567891011121314
  1. #import "RNNBasePresenter.h"
  2. @interface RNNBottomTabsPresenter : RNNBasePresenter
  3. - (void)applyDotIndicator;
  4. - (void)setTabBarBackgroundColor:(UIColor *)backgroundColor;
  5. - (UITabBarController *)tabBarController;
  6. - (UITabBar *)tabBar;
  7. @end