react-native-navigation的迁移库

UINavigationBar+utils.h 211B

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