Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-25269] (6_3_X) Support iPhone X launch-screens #9427

Merged
merged 9 commits into from Sep 21, 2017

Conversation

hansemannn
Copy link
Collaborator

hansemannn and others added 7 commits September 14, 2017 19:18
# Conflicts:
#	iphone/Classes/TiRootViewController.m
#	iphone/Classes/TiUtils.m
# Conflicts:
#	iphone/Classes/TiRootViewController.m
#	iphone/Classes/TiUtils.m
image = [UIImage imageNamed:@"LaunchImage-1100-Portrait-2436h@3x"];
} else if (UIDeviceOrientationIsLandscape(orientation)) {
// Landscape
image = [UIImage imageNamed:@"LaunchImage-1100-2436h@3x"];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @hansemannn , any reason for the image not to have landscape in name? Thnx!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. Xcode seems to store it as LaunchImage-1100-2436@3x.png inside the bundle, see this image from my post at StackOverflow:

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which is incorrect, but it seems the way Xcode does it. I opened a radar already and awaiting feedback from Apple today.

Copy link
Contributor

@cb1kenobi cb1kenobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! APPROVED

@cb1kenobi cb1kenobi merged commit 8479d9e into tidev:6_3_X Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants