From 48fc91164a26f3083a679f3d3727f70afabd63e1 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Sun, 5 Jan 2014 14:41:35 -0800 Subject: [PATCH] - Fix typo in property for rightMenu (renamed from righMenu to rightMenu) - Avoid the weird background animation of the shadow when rotating device --- SlideMenu/Source/SlideNavigationController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlideMenu/Source/SlideNavigationController.h b/SlideMenu/Source/SlideNavigationController.h index a24a50f..0c71d5b 100644 --- a/SlideMenu/Source/SlideNavigationController.h +++ b/SlideMenu/Source/SlideNavigationController.h @@ -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;