RN-265 Fixed splash screen aspect ratio when device is rotated (#887)

This commit is contained in:
Harrison Healey
2017-09-12 08:26:56 -04:00
committed by enahum
parent adbaead58e
commit 8f3248ebcc
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splash.png" translatesAutoresizingMaskIntoConstraints="NO" id="ZkI-RL-69Z">
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splash.png" translatesAutoresizingMaskIntoConstraints="NO" id="ZkI-RL-69Z">
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
</imageView>
</subviews>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 15 KiB