RQHomePageTitleView.xib 3.7 KB

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