From 136b1aecf0f48a31e7026cc01a7443888da22bd9 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Sun, 20 Apr 2014 17:55:46 -0700 Subject: [PATCH] Fixed typo in setter method of "enableShadow" --- SlideMenu/Source/SlideNavigationController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlideMenu/Source/SlideNavigationController.m b/SlideMenu/Source/SlideNavigationController.m index d08aae0..45faab0 100644 --- a/SlideMenu/Source/SlideNavigationController.m +++ b/SlideMenu/Source/SlideNavigationController.m @@ -296,7 +296,7 @@ static SlideNavigationController *singletonInstance; return (self.horizontalLocation == 0) ? NO : YES; } -- (void)setEnableShaddow:(BOOL)enable +- (void)setEnableShadow:(BOOL)enable { if (enable) {