Skip to content

Commit 48fc911

Browse files
committed
- Fix typo in property for rightMenu (renamed from righMenu to rightMenu)
- Avoid the weird background animation of the shadow when rotating device
1 parent 1b5b643 commit 48fc911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlideMenu/Source/SlideNavigationController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef enum{
4343

4444
@property (nonatomic, assign) BOOL avoidSwitchingToSameClassViewController;
4545
@property (nonatomic, assign) BOOL enableSwipeGesture;
46-
@property (nonatomic, strong) UIViewController *righMenu;
46+
@property (nonatomic, strong) UIViewController *rightMenu;
4747
@property (nonatomic, strong) UIViewController *leftMenu;
4848
@property (nonatomic, strong) UIBarButtonItem *leftbarButtonItem;
4949
@property (nonatomic, strong) UIBarButtonItem *rightBarButtonItem;

0 commit comments

Comments
 (0)