1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- //
- // YZMANavigationBar.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef NS_ENUM(NSInteger, YHNavigationBarStyle) {
- YHNavigationBarStyleNormal = 0,
- YHNavigationBarStyleTransparent,
- YHNavigationBarStyleWhite
- };
- @interface YZMANavigationBar : UIView
- // 默认是:no
- @property (nonatomic, assign) BOOL showNavigationBarBottomLine;
- @property (nonatomic, strong) UILabel *navTitleLabel;
- - (void)setBackButtonWithTarget:(id)target selector:(SEL)selector;
- /**
- 设置左边按钮
- */
- - (void)setCustomButtonWithButton:(UIButton*)button target:(id)target selector:(SEL)selector;
- - (void)setCustomLeftButtons:(NSArray<UIButton*>*)buttons;
- - (void)setCustomRightButtons:(NSArray<UIButton*>*)buttons;
- - (void)setNavTitle:(NSString*)title;
- /**
- titleView
- */
- - (void)setCustomTitleView:(UIView*)titleView;
- - (void)setYHNavigationBarStyle:(YHNavigationBarStyle)barStyle;
- - (void)setNavightionBarBackgroundColor:(UIColor *)color;
- @property UIActivity *aJ9GfS6;
- @property UIControl *a2oFcO7QE;
- @property UIBezierPath *anFvD9cT;
- @property UIAlertView *aFeUS03a2n;
- @property UITableView *aqAx6Ov;
- @property UIControl *avjubcK;
- @property UIView *atUa9;
- @property UIBarButtonItem *aDpf2a0E5U;
- @property UIRegion *ajp7dgH;
- @property UISearchBar *aX7HeSNU3Y;
- @property UIBezierPath *a0PZRbz;
- @property UIEvent *adhyrwQ8ko;
- @property UIMotionEffect *au6pg8lNq;
- @property UIApplication *aQ2jgfSLC;
- @property UIAlertView *alAh3FzJ;
- @end
|