File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ - (void)showLeftMenuViewController
324
324
self.contentViewContainer .transform = CGAffineTransformIdentity ;
325
325
}
326
326
327
- if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_7_1 ) {
327
+ if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_7_0 ) {
328
328
self.contentViewContainer .center = CGPointMake ((UIInterfaceOrientationIsLandscape ([[UIApplication sharedApplication ] statusBarOrientation ]) ? self.contentViewInLandscapeOffsetCenterX + CGRectGetWidth (self.view .frame ) : self.contentViewInPortraitOffsetCenterX + CGRectGetWidth (self.view .frame )), self.contentViewContainer .center .y );
329
329
} else {
330
330
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