react-native-navigation的迁移库

UINavigationBar+utils.h 213B

123456789101112
  1. #import <UIKit/UIKit.h>
  2. @interface UINavigationBar (utils)
  3. - (void)rnn_setBackgroundColor:(UIColor *)color;
  4. - (void)rnn_setBackgroundColorTransparent;
  5. - (void)rnn_setBackIndicatorImage:(UIImage *)image;
  6. @end