RQPayPriceHeaderView.xib 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="RQPayPriceHeaderView">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="86"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G6M-R8-Zzb">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="86"/>
  18. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  19. </view>
  20. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="JYB-Ob-doh">
  21. <rect key="frame" x="136" y="17" width="103" height="52.5"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0.0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OyM-z7-i7W">
  24. <rect key="frame" x="0.0" y="0.0" width="103" height="32.5"/>
  25. <fontDescription key="fontDescription" type="boldSystem" pointSize="27"/>
  26. <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="待支付金额(元)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Edb-12-XoL">
  30. <rect key="frame" x="0.0" y="34.5" width="103" height="18"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  32. <color key="textColor" red="0.36078431370000003" green="0.37647058820000001" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. </stackView>
  37. </subviews>
  38. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. <constraints>
  40. <constraint firstItem="G6M-R8-Zzb" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Fid-GR-5rY"/>
  41. <constraint firstAttribute="bottom" secondItem="G6M-R8-Zzb" secondAttribute="bottom" id="Il0-Sq-TCS"/>
  42. <constraint firstItem="JYB-Ob-doh" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Jnh-O6-J1v"/>
  43. <constraint firstItem="JYB-Ob-doh" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="MYb-WQ-swz"/>
  44. <constraint firstItem="G6M-R8-Zzb" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="jrG-xQ-ED9"/>
  45. <constraint firstAttribute="trailing" secondItem="G6M-R8-Zzb" secondAttribute="trailing" id="tp0-oX-9eB"/>
  46. </constraints>
  47. <nil key="simulatedTopBarMetrics"/>
  48. <nil key="simulatedBottomBarMetrics"/>
  49. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  50. <connections>
  51. <outlet property="priceLabel" destination="OyM-z7-i7W" id="4ml-Cp-w3B"/>
  52. </connections>
  53. <point key="canvasLocation" x="37" y="-39"/>
  54. </view>
  55. </objects>
  56. </document>