1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_0" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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="7mg-Hf-W1a" customClass="RQAboutUsHeaderView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="250"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="zgp-fE-b4A">
- <rect key="frame" x="132.33333333333334" y="40.000000000000007" width="110.66666666666666" height="114.66666666666669"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="极速驾培 2.0.0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nkr-HL-Nwv" userLabel="versionLabel">
- <rect key="frame" x="132" y="164.66666666666666" width="111.33333333333331" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.53333333329999999" green="0.53333333329999999" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <viewLayoutGuide key="safeArea" id="RSK-E0-kJ1"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="nkr-HL-Nwv" firstAttribute="centerX" secondItem="7mg-Hf-W1a" secondAttribute="centerX" id="ABB-VA-thh"/>
- <constraint firstItem="nkr-HL-Nwv" firstAttribute="top" secondItem="zgp-fE-b4A" secondAttribute="bottom" constant="10" id="PhN-2A-p0l"/>
- <constraint firstItem="zgp-fE-b4A" firstAttribute="top" secondItem="7mg-Hf-W1a" secondAttribute="top" constant="40" id="Soi-XE-V0U"/>
- <constraint firstItem="zgp-fE-b4A" firstAttribute="centerX" secondItem="7mg-Hf-W1a" secondAttribute="centerX" id="ncr-tA-qBg"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="versionLabel" destination="nkr-HL-Nwv" id="rix-Gs-zij"/>
- </connections>
- <point key="canvasLocation" x="31.199999999999999" y="111.99400299850076"/>
- </view>
- </objects>
- <resources>
- <image name="logo" width="110.66666412353516" height="114.66666412353516"/>
- </resources>
- </document>
|