|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
|
- <device id="retina6_1" orientation="portrait">
|
|
|
+ <device id="retina4_7" orientation="portrait">
|
|
|
<adaptation id="fullscreen"/>
|
|
|
</device>
|
|
|
<dependencies>
|
|
@@ -15,27 +15,20 @@
|
|
|
<objects>
|
|
|
<viewController storyboardIdentifier="launch" id="01J-lp-oVM" sceneMemberID="viewController">
|
|
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="default_logo" translatesAutoresizingMaskIntoConstraints="NO" id="xvS-ua-mvp">
|
|
|
- <rect key="frame" x="127.5" y="769.5" width="159" height="83"/>
|
|
|
+ <rect key="frame" x="108" y="540.5" width="159" height="83"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="159" id="Vfh-8p-ezm"/>
|
|
|
<constraint firstAttribute="height" constant="83" id="ZXR-zb-Khl"/>
|
|
|
</constraints>
|
|
|
</imageView>
|
|
|
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="default_image" translatesAutoresizingMaskIntoConstraints="NO" id="Xs9-Fh-gue">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="414" height="729.5"/>
|
|
|
- </imageView>
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
<constraints>
|
|
|
- <constraint firstItem="Xs9-Fh-gue" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="JQM-q6-83l"/>
|
|
|
<constraint firstAttribute="bottom" secondItem="xvS-ua-mvp" secondAttribute="bottom" constant="43.5" id="LVc-ds-8um"/>
|
|
|
- <constraint firstItem="xvS-ua-mvp" firstAttribute="top" secondItem="Xs9-Fh-gue" secondAttribute="bottom" constant="40" id="R6G-De-gmH"/>
|
|
|
- <constraint firstItem="NPT-cs-gRi" firstAttribute="trailing" secondItem="Xs9-Fh-gue" secondAttribute="trailing" id="Wef-6o-DY0"/>
|
|
|
- <constraint firstItem="Xs9-Fh-gue" firstAttribute="leading" secondItem="NPT-cs-gRi" secondAttribute="leading" id="opp-10-bCJ"/>
|
|
|
<constraint firstItem="xvS-ua-mvp" firstAttribute="centerX" secondItem="NPT-cs-gRi" secondAttribute="centerX" id="sS8-sQ-56x"/>
|
|
|
</constraints>
|
|
|
<viewLayoutGuide key="safeArea" id="NPT-cs-gRi"/>
|
|
@@ -47,7 +40,6 @@
|
|
|
</scene>
|
|
|
</scenes>
|
|
|
<resources>
|
|
|
- <image name="default_image" width="375" height="500"/>
|
|
|
<image name="default_logo" width="158" height="83"/>
|
|
|
</resources>
|
|
|
</document>
|