소스 검색

[iOS] Try to fix the launch screen

j8
Lyubomir Marinov 8 년 전
부모
커밋
66b7404961
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7
    2
      ios/app/Base.lproj/LaunchScreen.xib

+ 7
- 2
ios/app/Base.lproj/LaunchScreen.xib 파일 보기

@@ -11,12 +11,17 @@
11 11
             <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
12 12
             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13 13
             <subviews>
14
-                <imageView opaque="NO" userInteractionEnabled="NO" contentMode="center" fixedFrame="YES" image="LaunchScreen" translatesAutoresizingMaskIntoConstraints="NO" id="4B8-Xf-NDE">
14
+                <imageView opaque="NO" userInteractionEnabled="NO" contentMode="center" image="LaunchScreen" translatesAutoresizingMaskIntoConstraints="NO" id="4B8-Xf-NDE">
15 15
                     <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
16
-                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
17 16
                 </imageView>
18 17
             </subviews>
19 18
             <color key="backgroundColor" red="0.090196078431372548" green="0.62745098039215685" blue="0.85882352941176465" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
19
+            <constraints>
20
+                <constraint firstAttribute="bottom" secondItem="4B8-Xf-NDE" secondAttribute="bottom" id="aFF-BR-glX"/>
21
+                <constraint firstItem="4B8-Xf-NDE" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="glR-YN-1GF"/>
22
+                <constraint firstAttribute="trailing" secondItem="4B8-Xf-NDE" secondAttribute="trailing" id="tva-gl-jRX"/>
23
+                <constraint firstItem="4B8-Xf-NDE" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="yaV-1V-oEh"/>
24
+            </constraints>
20 25
             <nil key="simulatedStatusBarMetrics"/>
21 26
             <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
22 27
             <point key="canvasLocation" x="548" y="455"/>

Loading…
취소
저장