RQAboutUsHeaderView.xib 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_0" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="7mg-Hf-W1a" customClass="RQAboutUsHeaderView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="250"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="zgp-fE-b4A">
  18. <rect key="frame" x="132.33333333333334" y="40.000000000000007" width="110.66666666666666" height="114.66666666666669"/>
  19. </imageView>
  20. <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">
  21. <rect key="frame" x="132" y="164.66666666666666" width="111.33333333333331" height="21"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  23. <color key="textColor" red="0.53333333329999999" green="0.53333333329999999" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. </subviews>
  27. <viewLayoutGuide key="safeArea" id="RSK-E0-kJ1"/>
  28. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <constraints>
  30. <constraint firstItem="nkr-HL-Nwv" firstAttribute="centerX" secondItem="7mg-Hf-W1a" secondAttribute="centerX" id="ABB-VA-thh"/>
  31. <constraint firstItem="nkr-HL-Nwv" firstAttribute="top" secondItem="zgp-fE-b4A" secondAttribute="bottom" constant="10" id="PhN-2A-p0l"/>
  32. <constraint firstItem="zgp-fE-b4A" firstAttribute="top" secondItem="7mg-Hf-W1a" secondAttribute="top" constant="40" id="Soi-XE-V0U"/>
  33. <constraint firstItem="zgp-fE-b4A" firstAttribute="centerX" secondItem="7mg-Hf-W1a" secondAttribute="centerX" id="ncr-tA-qBg"/>
  34. </constraints>
  35. <nil key="simulatedTopBarMetrics"/>
  36. <nil key="simulatedBottomBarMetrics"/>
  37. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  38. <connections>
  39. <outlet property="versionLabel" destination="nkr-HL-Nwv" id="rix-Gs-zij"/>
  40. </connections>
  41. <point key="canvasLocation" x="31.199999999999999" y="111.99400299850076"/>
  42. </view>
  43. </objects>
  44. <resources>
  45. <image name="logo" width="110.66666412353516" height="114.66666412353516"/>
  46. </resources>
  47. </document>