RQPayAlertFooterView.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="RQPayAlertFooterView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="76"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Qki-fd-EWh">
  18. <rect key="frame" x="54.5" y="16" width="266" height="44"/>
  19. <color key="backgroundColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  20. <constraints>
  21. <constraint firstAttribute="width" secondItem="Qki-fd-EWh" secondAttribute="height" multiplier="266/44" id="bWc-9u-c0r"/>
  22. </constraints>
  23. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  24. <state key="normal" title="支 付"/>
  25. </button>
  26. </subviews>
  27. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  28. <constraints>
  29. <constraint firstItem="Qki-fd-EWh" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="44/375" id="3M8-HA-f0V"/>
  30. <constraint firstItem="Qki-fd-EWh" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="16" id="A3c-ki-gmZ"/>
  31. <constraint firstItem="Qki-fd-EWh" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="gCF-tI-uoQ"/>
  32. </constraints>
  33. <nil key="simulatedTopBarMetrics"/>
  34. <nil key="simulatedBottomBarMetrics"/>
  35. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  36. <userDefinedRuntimeAttributes>
  37. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowRadius">
  38. <integer key="value" value="3"/>
  39. </userDefinedRuntimeAttribute>
  40. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowOpacity">
  41. <integer key="value" value="1"/>
  42. </userDefinedRuntimeAttribute>
  43. <userDefinedRuntimeAttribute type="size" keyPath="layer.shadowOffset">
  44. <size key="value" width="1" height="-1"/>
  45. </userDefinedRuntimeAttribute>
  46. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="NO"/>
  47. </userDefinedRuntimeAttributes>
  48. <connections>
  49. <outlet property="payBtn" destination="Qki-fd-EWh" id="63e-Ux-Sfd"/>
  50. </connections>
  51. <point key="canvasLocation" x="138.40579710144928" y="145.98214285714286"/>
  52. </view>
  53. </objects>
  54. <resources>
  55. <systemColor name="systemBackgroundColor">
  56. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  57. </systemColor>
  58. </resources>
  59. </document>