Fixed typo in setter method of "enableShadow"

This commit is contained in:
Aryan Ghassemi 2014-04-20 17:55:46 -07:00
parent 19f01241d8
commit 136b1aecf0
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ static SlideNavigationController *singletonInstance;
return (self.horizontalLocation == 0) ? NO : YES;
}
- (void)setEnableShaddow:(BOOL)enable
- (void)setEnableShadow:(BOOL)enable
{
if (enable)
{