123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
- <device id="retina5_9" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
- <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">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="dQI-pa-Tez"/>
- <viewControllerLayoutGuide type="bottom" id="Knd-M1-tqR"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
- <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="qidong.png" translatesAutoresizingMaskIntoConstraints="NO" id="qw3-Ox-Ht2">
- <rect key="frame" x="0.0" y="44" width="375" height="768"/>
- <preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="qw3-Ox-Ht2" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="Iqx-L4-b9R"/>
- <constraint firstAttribute="trailing" secondItem="qw3-Ox-Ht2" secondAttribute="trailing" id="OlU-nw-vBK"/>
- <constraint firstItem="qw3-Ox-Ht2" firstAttribute="top" secondItem="dQI-pa-Tez" secondAttribute="bottom" id="PK1-gj-xJN"/>
- <constraint firstAttribute="bottom" secondItem="qw3-Ox-Ht2" secondAttribute="bottom" id="wSt-93-ftT"/>
- </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>
- <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <resources>
- <image name="qidong.png" width="1242" height="2688"/>
- </resources>
- </document>
|