12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" 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="17703"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="优易学车" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="l1M-sS-7Cf">
- <rect key="frame" x="0.0" y="433" width="414" height="30"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logocor.png" translatesAutoresizingMaskIntoConstraints="NO" id="C2G-Kl-5zE">
- <rect key="frame" x="138.5" y="277.5" width="137" height="136.5"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="C2G-Kl-5zE" secondAttribute="height" multiplier="1:1" id="V70-Es-LiB"/>
- </constraints>
- </imageView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="l1M-sS-7Cf" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="GB9-3k-fzw"/>
- <constraint firstItem="l1M-sS-7Cf" firstAttribute="top" secondItem="C2G-Kl-5zE" secondAttribute="bottom" constant="19" id="W3R-z1-YdQ"/>
- <constraint firstItem="l1M-sS-7Cf" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" id="cgA-kg-pvF"/>
- <constraint firstItem="C2G-Kl-5zE" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="dx6-90-k6L"/>
- <constraint firstItem="C2G-Kl-5zE" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.33" id="fO9-5R-dqv"/>
- <constraint firstItem="l1M-sS-7Cf" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="jAd-m8-j31"/>
- </constraints>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="52.173913043478265" y="375"/>
- </scene>
- </scenes>
- <resources>
- <image name="logocor.png" width="180" height="180"/>
- </resources>
- </document>
|