|
@@ -1,8 +1,10 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
|
+ <device id="retina6_12" orientation="portrait" appearance="light"/>
|
|
|
<dependencies>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
|
|
|
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
+ <deployment identifier="iOS"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
|
|
+ <capability name="System colors in document resources" minToolsVersion="11.0"/>
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
|
<scenes>
|
|
@@ -10,11 +12,25 @@
|
|
|
<scene sceneID="EHf-IW-A2E">
|
|
|
<objects>
|
|
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
|
|
+ <layoutGuides>
|
|
|
+ <viewControllerLayoutGuide type="top" id="yCx-4A-jdq"/>
|
|
|
+ <viewControllerLayoutGuide type="bottom" id="w9A-8X-tck"/>
|
|
|
+ </layoutGuides>
|
|
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
- <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
- <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_launch" translatesAutoresizingMaskIntoConstraints="NO" id="fkh-vL-0vi">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
|
+ </imageView>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="fkh-vL-0vi" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="8bf-sP-lzJ"/>
|
|
|
+ <constraint firstItem="fkh-vL-0vi" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Rgo-L7-K6k"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="fkh-vL-0vi" secondAttribute="bottom" id="VEe-3u-jmA"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="fkh-vL-0vi" secondAttribute="trailing" id="bay-um-dUt"/>
|
|
|
+ </constraints>
|
|
|
</view>
|
|
|
</viewController>
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
@@ -22,4 +38,10 @@
|
|
|
<point key="canvasLocation" x="53" y="375"/>
|
|
|
</scene>
|
|
|
</scenes>
|
|
|
+ <resources>
|
|
|
+ <image name="icon_launch" width="1125" height="2437"/>
|
|
|
+ <systemColor name="systemBackgroundColor">
|
|
|
+ <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </systemColor>
|
|
|
+ </resources>
|
|
|
</document>
|