We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f572cb commit 62fec0bCopy full SHA for 62fec0b
1 file changed
MMDrawerController/MMDrawerController.m
@@ -180,11 +180,11 @@ -(instancetype)initWithCenterViewController:(UIViewController *)centerViewContro
180
}
181
182
-(void)commonSetup{
183
+ [self setAnimationVelocity:MMDrawerDefaultAnimationVelocity];
184
+
185
[self setMaximumLeftDrawerWidth:MMDrawerDefaultWidth];
186
[self setMaximumRightDrawerWidth:MMDrawerDefaultWidth];
187
- [self setAnimationVelocity:MMDrawerDefaultAnimationVelocity];
-
188
[self setShowsShadow:YES];
189
[self setShouldStretchDrawer:YES];
190
0 commit comments