We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993a18d commit 1af9952Copy full SHA for 1af9952
ECSlidingViewController/Vendor/ECSlidingViewController/ECSlidingViewController.m
@@ -201,6 +201,8 @@ - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceO
201
202
- (void)adjustLayout
203
{
204
+ self.topViewSnapshot.frame = self.topView.bounds;
205
+
206
if ([self underRightShowing] && ![self topViewIsOffScreen]) {
207
[self updateUnderRightLayout];
208
[self updateTopViewHorizontalCenter:self.anchorLeftTopViewCenter];
0 commit comments