react-native-navigation的迁移库

RCCCustomTitleView.h 449B

1234567891011121314151617
  1. //
  2. // RCCTitleView.h
  3. // ReactNativeNavigation
  4. //
  5. // Created by Ran Greenberg on 26/04/2017.
  6. // Copyright © 2017 artal. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RCCCustomTitleView : UIView
  10. -(instancetype)initWithFrame:(CGRect)frame subView:(UIView*)subView alignment:(NSString*)alignment;
  11. - (void) viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator;
  12. @end