TiXianAlertViewController.xib 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="17703"/>
  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" customClass="TiXianAlertViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="btnViewRecrod" destination="dnS-YY-SyB" id="Xfa-JE-Bxb"/>
  14. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  19. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ion_wallet_02" translatesAutoresizingMaskIntoConstraints="NO" id="cBw-Ge-Iri">
  23. <rect key="frame" x="164" y="124" width="86" height="86"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="86" id="0nL-DH-93G"/>
  26. <constraint firstAttribute="width" constant="86" id="ziU-yp-LQD"/>
  27. </constraints>
  28. </imageView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="您已提交了提现申请,请等待审核" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Pm-lX-nZa">
  30. <rect key="frame" x="0.0" y="231" width="414" height="17"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="17" id="qNA-5w-xET"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  35. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <button opaque="NO" tag="1001" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dnS-YY-SyB">
  39. <rect key="frame" x="108" y="271" width="198" height="36"/>
  40. <constraints>
  41. <constraint firstAttribute="width" constant="198" id="1jz-kS-3V7"/>
  42. <constraint firstAttribute="height" constant="36" id="goZ-3m-TYo"/>
  43. </constraints>
  44. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  45. <state key="normal" title="查看提现记录">
  46. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  47. </state>
  48. <connections>
  49. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="IfD-aK-mU6"/>
  50. </connections>
  51. </button>
  52. </subviews>
  53. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  54. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  55. <constraints>
  56. <constraint firstItem="dnS-YY-SyB" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="227" id="3Wf-cg-OPC"/>
  57. <constraint firstItem="9Pm-lX-nZa" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="EqP-6N-HpU"/>
  58. <constraint firstItem="cBw-Ge-Iri" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="80" id="QqS-Ol-Csd"/>
  59. <constraint firstItem="9Pm-lX-nZa" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="187" id="XpU-IQ-n1r"/>
  60. <constraint firstItem="dnS-YY-SyB" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="apV-Td-eOk"/>
  61. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="9Pm-lX-nZa" secondAttribute="trailing" id="fGo-5z-bM7"/>
  62. <constraint firstItem="cBw-Ge-Iri" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="ous-cB-GZG"/>
  63. </constraints>
  64. <point key="canvasLocation" x="131.8840579710145" y="152.67857142857142"/>
  65. </view>
  66. </objects>
  67. <resources>
  68. <image name="ion_wallet_02" width="98.5" height="98.5"/>
  69. </resources>
  70. </document>