|
4 | 4 | <dependencies>
|
5 | 5 | <deployment identifier="iOS"/>
|
6 | 6 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
7 |
| - <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
8 | 7 | <capability name="System colors in document resources" minToolsVersion="11.0"/>
|
9 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
10 | 9 | </dependencies>
|
|
17 | 16 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
18 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
19 | 18 | <subviews>
|
20 |
| - <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="launch-icon.png" translatesAutoresizingMaskIntoConstraints="NO" id="cqW-9w-FC0"> |
21 |
| - <rect key="frame" x="-1" y="-1" width="376" height="666"/> |
22 |
| - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/> |
| 19 | + <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launch-icon.png" translatesAutoresizingMaskIntoConstraints="NO" id="cqW-9w-FC0"> |
| 20 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
23 | 21 | <color key="backgroundColor" red="0.035294117647058823" green="0.062745098039215685" blue="0.10980392156862745" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
24 | 22 | </imageView>
|
25 | 23 | </subviews>
|
26 |
| - <viewLayoutGuide key="safeArea" id="2aN-f8-qiu"/> |
27 | 24 | <color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
| 25 | + <constraints> |
| 26 | + <constraint firstAttribute="bottom" secondItem="cqW-9w-FC0" secondAttribute="bottom" id="2Ue-hX-Tna"/> |
| 27 | + <constraint firstAttribute="trailing" secondItem="cqW-9w-FC0" secondAttribute="trailing" id="Sfz-tk-PSg"/> |
| 28 | + <constraint firstItem="cqW-9w-FC0" firstAttribute="leading" secondItem="0g6-xG-Wkj" secondAttribute="leading" id="UQo-dC-xeN"/> |
| 29 | + <constraint firstItem="cqW-9w-FC0" firstAttribute="top" secondItem="0g6-xG-Wkj" secondAttribute="top" id="YrE-J2-QHf"/> |
| 30 | + <constraint firstItem="cqW-9w-FC0" firstAttribute="centerX" secondItem="0g6-xG-Wkj" secondAttribute="centerX" id="ZQS-4G-GAL"/> |
| 31 | + <constraint firstItem="cqW-9w-FC0" firstAttribute="centerY" secondItem="0g6-xG-Wkj" secondAttribute="centerY" id="noT-Rj-8Uy"/> |
| 32 | + </constraints> |
28 | 33 | </view>
|
29 | 34 | </viewController>
|
30 | 35 | <placeholder placeholderIdentifier="IBFirstResponder" id="hOp-FG-FML" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
0 commit comments