12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TiXianAlertViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="btnViewRecrod" destination="dnS-YY-SyB" id="Xfa-JE-Bxb"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ion_wallet_02" translatesAutoresizingMaskIntoConstraints="NO" id="cBw-Ge-Iri">
- <rect key="frame" x="164" y="124" width="86" height="86"/>
- <constraints>
- <constraint firstAttribute="height" constant="86" id="0nL-DH-93G"/>
- <constraint firstAttribute="width" constant="86" id="ziU-yp-LQD"/>
- </constraints>
- </imageView>
- <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">
- <rect key="frame" x="0.0" y="231" width="414" height="17"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="qNA-5w-xET"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
- <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" tag="1001" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dnS-YY-SyB">
- <rect key="frame" x="108" y="271" width="198" height="36"/>
- <constraints>
- <constraint firstAttribute="width" constant="198" id="1jz-kS-3V7"/>
- <constraint firstAttribute="height" constant="36" id="goZ-3m-TYo"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <state key="normal" title="查看提现记录">
- <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <connections>
- <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="IfD-aK-mU6"/>
- </connections>
- </button>
- </subviews>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="dnS-YY-SyB" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="227" id="3Wf-cg-OPC"/>
- <constraint firstItem="9Pm-lX-nZa" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="EqP-6N-HpU"/>
- <constraint firstItem="cBw-Ge-Iri" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="80" id="QqS-Ol-Csd"/>
- <constraint firstItem="9Pm-lX-nZa" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="187" id="XpU-IQ-n1r"/>
- <constraint firstItem="dnS-YY-SyB" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="apV-Td-eOk"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="9Pm-lX-nZa" secondAttribute="trailing" id="fGo-5z-bM7"/>
- <constraint firstItem="cBw-Ge-Iri" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="ous-cB-GZG"/>
- </constraints>
- <point key="canvasLocation" x="131.8840579710145" y="152.67857142857142"/>
- </view>
- </objects>
- <resources>
- <image name="ion_wallet_02" width="98.5" height="98.5"/>
- </resources>
- </document>
|