File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ - (void)showLeftMenuViewController
323323 self.contentViewContainer .transform = CGAffineTransformIdentity;
324324 }
325325
326- if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_7_1 ) {
326+ if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_7_0 ) {
327327 self.contentViewContainer .center = CGPointMake ((UIInterfaceOrientationIsLandscape ([[UIApplication sharedApplication ] statusBarOrientation ]) ? self.contentViewInLandscapeOffsetCenterX + CGRectGetWidth (self.view .frame ) : self.contentViewInPortraitOffsetCenterX + CGRectGetWidth (self.view .frame )), self.contentViewContainer .center .y );
328328 } else {
329329 self.contentViewContainer .center = CGPointMake ((UIInterfaceOrientationIsLandscape ([[UIApplication sharedApplication ] statusBarOrientation ]) ? self.contentViewInLandscapeOffsetCenterX + CGRectGetHeight (self.view .frame ) : self.contentViewInPortraitOffsetCenterX + CGRectGetWidth (self.view .frame )), self.contentViewContainer .center .y );
You can’t perform that action at this time.
0 commit comments