From c2dea2fc02beb71c154eff6fbe80c3c3729e2f74 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 1 Oct 2013 13:26:05 -0700 Subject: [PATCH] [CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7 --- src/ios/CDVSplashScreen.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ios/CDVSplashScreen.m b/src/ios/CDVSplashScreen.m index 8159ce1..a1c11c3 100644 --- a/src/ios/CDVSplashScreen.m +++ b/src/ios/CDVSplashScreen.m @@ -170,7 +170,6 @@ // There's a special case when the image is the size of the screen. 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; }