We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65d188 commit 44d7b32Copy full SHA for 44d7b32
TWTSideMenuViewController/TWTSideMenuViewController.m
@@ -231,7 +231,8 @@ - (void)setMainViewController:(UIViewController *)mainViewController animated:(B
231
[self addShadowToViewController:incomingViewController];
232
[self addViewController:incomingViewController];
233
[self.containerView addSubview:incomingViewController.view];
234
-
+
235
+ incomingViewController.view.frame = self.containerView.bounds;
236
incomingViewController.view.transform = CGAffineTransformTranslate(incomingViewController.view.transform, outgoingStartX, 0.0f);
237
238
void (^swapChangeBlock)(void) = ^{
0 commit comments