From 4275e57a738b804edca3fd14e68f5d1b0979f467 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 16 Sep 2013 17:27:09 -0700 Subject: [PATCH] Revert "[CB-4806] Update splashscreen image bounds for iOS 7" This reverts commit 96d5875dc38515c75c969284d252ed1cfbb34310. --- src/ios/CDVSplashScreen.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ios/CDVSplashScreen.m b/src/ios/CDVSplashScreen.m index 8159ce1..ba8d108 100644 --- a/src/ios/CDVSplashScreen.m +++ b/src/ios/CDVSplashScreen.m @@ -171,9 +171,6 @@ if (CGSizeEqualToSize(screenSize, imgBounds.size)) { CGRect statusFrame = [self.viewController.view convertRect:[UIApplication sharedApplication].statusBarFrame fromView:nil]; imgBounds.origin.y -= statusFrame.size.height; - if (!(IsAtLeastiOSVersion(@"7.0"))) { - imgBounds.origin.y -= statusFrame.size.height; - } } else { CGRect viewBounds = self.viewController.view.bounds; CGFloat imgAspect = imgBounds.size.width / imgBounds.size.height;