RQPayAlertHeaderView.xib 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="RQPayAlertHeaderView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="57"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请选择支付方式" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h9b-8L-Qno">
  18. <rect key="frame" x="16" y="17.5" width="128.5" height="22"/>
  19. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  20. <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  21. <nil key="highlightedColor"/>
  22. </label>
  23. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ize-nO-O4O">
  24. <rect key="frame" x="343" y="17.5" width="16" height="22"/>
  25. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  26. <state key="normal" image="关闭"/>
  27. </button>
  28. </subviews>
  29. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  30. <constraints>
  31. <constraint firstAttribute="trailing" secondItem="Ize-nO-O4O" secondAttribute="trailing" constant="16" id="7GX-Rh-SZi"/>
  32. <constraint firstItem="h9b-8L-Qno" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="93c-V1-YPY"/>
  33. <constraint firstItem="Ize-nO-O4O" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="foV-is-6Ew"/>
  34. <constraint firstItem="h9b-8L-Qno" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="16" id="lSZ-6g-McW"/>
  35. </constraints>
  36. <nil key="simulatedTopBarMetrics"/>
  37. <nil key="simulatedBottomBarMetrics"/>
  38. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  39. <connections>
  40. <outlet property="closeBtn" destination="Ize-nO-O4O" id="qvT-gw-iJS"/>
  41. </connections>
  42. <point key="canvasLocation" x="139" y="110"/>
  43. </view>
  44. </objects>
  45. <resources>
  46. <image name="关闭" width="16" height="16.5"/>
  47. <systemColor name="systemBackgroundColor">
  48. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  49. </systemColor>
  50. </resources>
  51. </document>