Revert "[CB-4806] Update splashscreen image bounds for iOS 7"
This reverts commit 96d5875dc38515c75c969284d252ed1cfbb34310.
This commit is contained in:
parent
96d5875dc3
commit
4275e57a73
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user