[CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7

This commit is contained in:
Shazron Abdullah 2013-10-01 13:26:05 -07:00
parent abc62a5eda
commit c2dea2fc02

View File

@ -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;
}