12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launch_sk_1.png" adjustsImageSizeForAccessibilityContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0fj-No-nOB">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="0fj-No-nOB" secondAttribute="bottom" id="2Dn-Ze-BpW"/>
- <constraint firstItem="0fj-No-nOB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Cbl-5I-Mbl"/>
- <constraint firstItem="0fj-No-nOB" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="OHr-FZ-FYk"/>
- <constraint firstAttribute="trailing" secondItem="0fj-No-nOB" secondAttribute="trailing" id="WOK-s3-XfK"/>
- </constraints>
- <nil key="simulatedStatusBarMetrics"/>
- <point key="canvasLocation" x="876" y="408.84557721139436"/>
- </view>
- </objects>
- <resources>
- <image name="launch_sk_1.png" width="390" height="844"/>
- </resources>
- </document>
|