diff --git a/MMDrawerController/MMDrawerController.m b/MMDrawerController/MMDrawerController.m index 4aec238b..bf7152d0 100644 --- a/MMDrawerController/MMDrawerController.m +++ b/MMDrawerController/MMDrawerController.m @@ -180,11 +180,12 @@ -(instancetype)initWithCenterViewController:(UIViewController *)centerViewContro } -(void)commonSetup{ + [self setAnimationVelocity:MMDrawerDefaultAnimationVelocity]; + [self setMaximumLeftDrawerWidth:MMDrawerDefaultWidth]; [self setMaximumRightDrawerWidth:MMDrawerDefaultWidth]; - [self setAnimationVelocity:MMDrawerDefaultAnimationVelocity]; - + [self setShowsShadow:YES]; [self setShouldStretchDrawer:YES];