1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <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" customClass="RQHomePageTitleView">
- <rect key="frame" x="0.0" y="0.0" width="200" height="49"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="wlp-dE-moC">
- <rect key="frame" x="31" y="0.0" width="138" height="49"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="极速驾培" translatesAutoresizingMaskIntoConstraints="NO" id="M6T-Ru-wg6">
- <rect key="frame" x="0.0" y="16.5" width="80" height="16.5"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="y3N-xx-dfu">
- <rect key="frame" x="88" y="0.0" width="50" height="49"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </stackView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="wlp-dE-moC" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="hRA-cZ-d7H"/>
- <constraint firstItem="wlp-dE-moC" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="nUp-Rg-SwT"/>
- <constraint firstItem="wlp-dE-moC" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="zrs-xm-2vc"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="carTypeLabel" destination="y3N-xx-dfu" id="Tys-mF-tM6"/>
- </connections>
- <point key="canvasLocation" x="139" y="127"/>
- </view>
- </objects>
- <resources>
- <image name="极速驾培" width="80" height="16.5"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|