123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" 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" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="EHf-IW-A2E">
- <objects>
- <viewController 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"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e0r-Cp-BuG">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="startpage" translatesAutoresizingMaskIntoConstraints="NO" id="UYx-KW-UoY">
- <rect key="frame" x="0.0" y="-152" width="414" height="1200"/>
- <constraints>
- <constraint firstAttribute="height" constant="1200" id="WiN-d5-T4G"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="UYx-KW-UoY" secondAttribute="trailing" id="Hlc-68-Xlq"/>
- <constraint firstItem="UYx-KW-UoY" firstAttribute="leading" secondItem="e0r-Cp-BuG" secondAttribute="leading" id="aNX-8q-qQe"/>
- <constraint firstItem="UYx-KW-UoY" firstAttribute="centerY" secondItem="e0r-Cp-BuG" secondAttribute="centerY" id="ju6-RM-cmD"/>
- </constraints>
- </view>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="star_page_bottom" translatesAutoresizingMaskIntoConstraints="NO" id="gjp-52-2j4">
- <rect key="frame" x="124" y="823" width="166" height="29"/>
- </imageView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="e0r-Cp-BuG" secondAttribute="trailing" id="AYa-gB-Z01"/>
- <constraint firstAttribute="bottom" secondItem="e0r-Cp-BuG" secondAttribute="bottom" id="MsJ-cd-GdG"/>
- <constraint firstAttribute="bottom" secondItem="gjp-52-2j4" secondAttribute="bottom" constant="44" id="XHl-Ak-fhN"/>
- <constraint firstItem="e0r-Cp-BuG" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Yh9-yd-mET"/>
- <constraint firstItem="e0r-Cp-BuG" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="sWJ-Eg-18d"/>
- <constraint firstItem="gjp-52-2j4" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="xUe-W4-Iim"/>
- </constraints>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="53" y="375"/>
- </scene>
- </scenes>
- <resources>
- <image name="star_page_bottom" width="166" height="29"/>
- <image name="startpage" width="1242" height="2988"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|