|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
3 | 3 | <device id="retina4_7" orientation="portrait" appearance="light"/> |
4 | 4 | <dependencies> |
5 | 5 | <deployment identifier="iOS"/> |
6 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/> |
7 | | - <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/> |
| 7 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
8 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
9 | 9 | </dependencies> |
10 | 10 | <scenes> |
|
16 | 16 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
17 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
18 | 18 | <subviews> |
19 | | - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RNTypescriptBoilerplate" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb"> |
20 | | - <rect key="frame" x="0.0" y="202" width="375" height="43"/> |
21 | | - <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> |
22 | | - <nil key="highlightedColor"/> |
23 | | - </label> |
24 | | - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by React Native" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu"> |
25 | | - <rect key="frame" x="0.0" y="626" width="375" height="21"/> |
26 | | - <fontDescription key="fontDescription" type="system" pointSize="17"/> |
27 | | - <nil key="highlightedColor"/> |
28 | | - </label> |
| 19 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreen" translatesAutoresizingMaskIntoConstraints="NO" id="T45-LH-Yqa"> |
| 20 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 21 | + </imageView> |
29 | 22 | </subviews> |
30 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 23 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
31 | 24 | <constraints> |
32 | | - <constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="MN2-I3-ftu" secondAttribute="bottom" constant="20" id="OZV-Vh-mqD"/> |
33 | | - <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/> |
34 | | - <constraint firstItem="MN2-I3-ftu" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="akx-eg-2ui"/> |
35 | | - <constraint firstItem="MN2-I3-ftu" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="i1E-0Y-4RG"/> |
36 | | - <constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/> |
37 | | - <constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="x7j-FC-K8j"/> |
| 25 | + <constraint firstItem="T45-LH-Yqa" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="Lat-GG-FHM"/> |
| 26 | + <constraint firstItem="T45-LH-Yqa" firstAttribute="trailing" secondItem="Ze5-6b-2t3" secondAttribute="trailing" id="YmF-yg-fsD"/> |
| 27 | + <constraint firstItem="T45-LH-Yqa" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="ZrX-J2-pTD"/> |
| 28 | + <constraint firstItem="T45-LH-Yqa" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="f46-sM-aKw"/> |
38 | 29 | </constraints> |
39 | | - <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> |
40 | 30 | </view> |
41 | 31 | </viewController> |
42 | 32 | <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> |
43 | 33 | </objects> |
44 | | - <point key="canvasLocation" x="52.173913043478265" y="375"/> |
| 34 | + <point key="canvasLocation" x="52" y="374.66266866566718"/> |
45 | 35 | </scene> |
46 | 36 | </scenes> |
| 37 | + <resources> |
| 38 | + <image name="LaunchScreen" width="384" height="784.5"/> |
| 39 | + <systemColor name="systemBackgroundColor"> |
| 40 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 41 | + </systemColor> |
| 42 | + </resources> |
47 | 43 | </document> |
0 commit comments