Skip to content

Commit

Permalink
Pull request mutualmobile#443 from original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed May 3, 2017
1 parent 2f572cb commit 62fec0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMDrawerController/MMDrawerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ -(instancetype)initWithCenterViewController:(UIViewController *)centerViewContro
}

-(void)commonSetup{
[self setAnimationVelocity:MMDrawerDefaultAnimationVelocity];

[self setMaximumLeftDrawerWidth:MMDrawerDefaultWidth];
[self setMaximumRightDrawerWidth:MMDrawerDefaultWidth];

[self setAnimationVelocity:MMDrawerDefaultAnimationVelocity];

[self setShowsShadow:YES];
[self setShouldStretchDrawer:YES];

Expand Down

0 comments on commit 62fec0b

Please sign in to comment.