Revert "[CB-4806] Update splashscreen image bounds for iOS 7"

This reverts commit 96d5875dc38515c75c969284d252ed1cfbb34310.
This commit is contained in:
Shazron Abdullah 2013-09-16 17:27:09 -07:00
parent 96d5875dc3
commit 4275e57a73

View File

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