|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
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" colorMatched="YES" initialViewController="01J-lp-oVM"> |
3 |
| - <device id="retina5_9" orientation="portrait" appearance="light"/> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
| 3 | + <device id="retina5_9" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
4 | 6 | <dependencies>
|
5 | 7 | <deployment identifier="iOS"/>
|
6 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> |
7 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
8 | 10 | </dependencies>
|
9 | 11 | <scenes>
|
|
18 | 20 | <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
19 | 21 | <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
|
20 | 22 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
21 |
| - |
22 |
| - <color key="backgroundColor" red="1.0" green="1.0" blue="1.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 23 | + <subviews> |
| 24 | + <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreen.AspectFill" translatesAutoresizingMaskIntoConstraints="NO" id="wtH-rr-YfP"> |
| 25 | + <rect key="frame" x="0.0" y="0.0" width="375" height="812"/> |
| 26 | + </imageView> |
| 27 | + <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreen.Center" translatesAutoresizingMaskIntoConstraints="NO" id="s1z-aa-wYv"> |
| 28 | + <rect key="frame" x="0.0" y="150" width="375" height="512"/> |
| 29 | + </imageView> |
| 30 | + </subviews> |
| 31 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 32 | + <constraints> |
| 33 | + <constraint firstAttribute="trailing" secondItem="s1z-aa-wYv" secondAttribute="trailing" id="4Rf-kf-vql"/> |
| 34 | + <constraint firstAttribute="bottom" secondItem="wtH-rr-YfP" secondAttribute="bottom" id="5CS-At-4ka"/> |
| 35 | + <constraint firstItem="wtH-rr-YfP" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Awn-b8-xf1"/> |
| 36 | + <constraint firstItem="s1z-aa-wYv" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="BpJ-vb-eKA"/> |
| 37 | + <constraint firstItem="s1z-aa-wYv" firstAttribute="trailing" secondItem="wtH-rr-YfP" secondAttribute="trailing" id="QIM-7J-OZz"/> |
| 38 | + <constraint firstAttribute="trailing" secondItem="wtH-rr-YfP" secondAttribute="trailing" id="RXg-rW-UK8"/> |
| 39 | + <constraint firstItem="s1z-aa-wYv" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="Rcp-LG-48z"/> |
| 40 | + <constraint firstItem="wtH-rr-YfP" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="cch-8E-tYu"/> |
| 41 | + </constraints> |
23 | 42 | </view>
|
24 | 43 | </viewController>
|
25 | 44 | <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
26 | 45 | </objects>
|
27 | 46 | <point key="canvasLocation" x="509.60000000000002" y="237.93103448275863"/>
|
28 | 47 | </scene>
|
29 | 48 | </scenes>
|
| 49 | + <resources> |
| 50 | + <image name="LaunchScreen.AspectFill" width="768" height="1024"/> |
| 51 | + <image name="LaunchScreen.Center" width="384" height="512"/> |
| 52 | + </resources> |
30 | 53 | </document>
|
0 commit comments