File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,12 @@ - (void)applyTopMargin{
7575 CGFloat screenScale = [UIScreen mainScreen ].scale ;
7676 UIInterfaceOrientation orientation = [UIApplication sharedApplication ].statusBarOrientation ;
7777 if (!UIInterfaceOrientationIsLandscape (orientation) && !self.topMarginApplied ){
78- CLY_LOG_E (@" HERE NOW 1" );
7978 self.topMarginApplied = YES ;
8079 CGRect newFrame = self.backgroundView .frame ;
8180 newFrame.origin .y += safeArea.top ;
8281 self.backgroundView .frame = newFrame;
8382 self.topMargin = safeArea.top ;
84- // backgroundFrame.size.height -= safeArea.top;
8583 } else if (UIInterfaceOrientationIsLandscape (orientation) && self.topMarginApplied ){
86- CLY_LOG_E (@" HERE NOW 2" );
8784 self.topMarginApplied = NO ;
8885 CGRect newFrame = self.backgroundView .frame ;
8986 newFrame.origin .y -= self.topMargin ;
You can’t perform that action at this time.
0 commit comments