Fixed typo in setter method of "enableShadow"
This commit is contained in:
parent
19f01241d8
commit
136b1aecf0
|
|
@ -296,7 +296,7 @@ static SlideNavigationController *singletonInstance;
|
|||
return (self.horizontalLocation == 0) ? NO : YES;
|
||||
}
|
||||
|
||||
- (void)setEnableShaddow:(BOOL)enable
|
||||
- (void)setEnableShadow:(BOOL)enable
|
||||
{
|
||||
if (enable)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue