react-native-navigation的迁移库

UITabBarController+RNNUtils.h 225B

12345678910111213
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. @interface UITabBarController (RNNUtils)
  4. - (UIView *)getTabView:(int)tabIndex;
  5. - (UIView *)getTabIcon:(int)tabIndex;
  6. - (NSArray *)deselectedViewControllers;
  7. @end