- Fix typo in property for rightMenu (renamed from righMenu to rightMenu)
- Avoid the weird background animation of the shadow when rotating device
This commit is contained in:
parent
1b5b643ef3
commit
48fc91164a
|
|
@ -43,7 +43,7 @@ typedef enum{
|
|||
|
||||
@property (nonatomic, assign) BOOL avoidSwitchingToSameClassViewController;
|
||||
@property (nonatomic, assign) BOOL enableSwipeGesture;
|
||||
@property (nonatomic, strong) UIViewController *righMenu;
|
||||
@property (nonatomic, strong) UIViewController *rightMenu;
|
||||
@property (nonatomic, strong) UIViewController *leftMenu;
|
||||
@property (nonatomic, strong) UIBarButtonItem *leftbarButtonItem;
|
||||
@property (nonatomic, strong) UIBarButtonItem *rightBarButtonItem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue