-
Notifications
You must be signed in to change notification settings - Fork 986
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
fix(splashscreen): positioning after rotation #1315
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1315 +/- ##
=======================================
Coverage 78.48% 78.48%
=======================================
Files 15 15
Lines 1780 1780
=======================================
Hits 1397 1397
Misses 383 383 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@dpogue You created this PR, but I would indeed appreciate partial credit. Thanks for asking. |
Closes apache#1231. Co-Authored-By: Michael Goffioul <[email protected]>
This reverts commit 1a5cd45.
Revert "fix(splashscreen): positioning after rotation (apache#1315)" This reverts commit 1a5cd45.
Revert "fix(splashscreen): positioning after rotation (apache#1315)" This reverts commit 1a5cd45.
Platforms affected
ios
Motivation and Context
Closes #1231.
Description
Add constraints to the splashscreen view so that it keeps the aspect ratio and positioning when the device is rotated.
@goffioul This is mostly the code that you proposed, do you want to be credited on the commit for this?
Testing
Tested on an iOS Simulator.
Checklist