12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="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="19519"/>
- <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">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="Mlr-Eg-DHY"/>
- <viewControllerLayoutGuide type="bottom" id="Ysa-Q8-2DW"/>
- </layoutGuides>
- <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>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launchScreen_Top.png" translatesAutoresizingMaskIntoConstraints="NO" id="nhD-nM-z9d">
- <rect key="frame" x="142.5" y="113" width="129" height="136"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="nhD-nM-z9d" secondAttribute="height" multiplier="111:117" id="fs6-5K-TRe"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="学车上速达,拿证更迅速" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gpA-w2-IZ8">
- <rect key="frame" x="117" y="272" width="180" height="19.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.54117647058823526" green="0.56470588235294117" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lacunchScreen_Bottom.png" translatesAutoresizingMaskIntoConstraints="NO" id="oDf-MA-pAT">
- <rect key="frame" x="0.0" y="620" width="414" height="276"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="oDf-MA-pAT" secondAttribute="height" multiplier="375:250" id="F3R-wl-T0Y"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="nhD-nM-z9d" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="9RH-j9-2wf"/>
- <constraint firstItem="oDf-MA-pAT" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="Abi-X6-e09"/>
- <constraint firstAttribute="bottom" secondItem="oDf-MA-pAT" secondAttribute="bottom" id="Wr1-OU-TLc"/>
- <constraint firstItem="gpA-w2-IZ8" firstAttribute="centerX" secondItem="nhD-nM-z9d" secondAttribute="centerX" id="YW4-cf-pJG"/>
- <constraint firstItem="gpA-w2-IZ8" firstAttribute="top" secondItem="nhD-nM-z9d" secondAttribute="bottom" constant="23" id="a4g-2r-z2N"/>
- <constraint firstItem="nhD-nM-z9d" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" constant="113" id="byW-hk-fdl"/>
- <constraint firstItem="nhD-nM-z9d" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="117:375" id="msZ-m9-MLm"/>
- <constraint firstAttribute="trailing" secondItem="oDf-MA-pAT" secondAttribute="trailing" id="vyi-A0-jTk"/>
- </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="lacunchScreen_Bottom.png" width="375" height="266"/>
- <image name="launchScreen_Top.png" width="116.5" height="111"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|