| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="GainsAccountBindVC">
- <connections>
- <outlet property="btnAffirm" destination="iEI-2s-QGL" id="2ZU-WM-UaN"/>
- <outlet property="tfPayAccount" destination="eV0-5I-0dl" id="ovu-WZ-V5x"/>
- <outlet property="tfPayName" destination="C40-3L-xVX" id="deW-gf-deB"/>
- <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="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入支付宝名称" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="C40-3L-xVX">
- <rect key="frame" x="20" y="20" width="335" height="35"/>
- <constraints>
- <constraint firstAttribute="height" constant="35" id="KVT-Fd-GYO"/>
- </constraints>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入支付宝账号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="eV0-5I-0dl">
- <rect key="frame" x="20" y="75" width="335" height="35"/>
- <constraints>
- <constraint firstAttribute="height" constant="35" id="9gx-e2-w3d"/>
- </constraints>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iEI-2s-QGL">
- <rect key="frame" x="30" y="150" width="315" height="40"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="1am-4b-WOc"/>
- </constraints>
- <state key="normal" title="确认">
- <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
- </state>
- <connections>
- <action selector="onClick:" destination="-1" eventType="touchUpInside" id="l7V-Bd-5eI"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="iEI-2s-QGL" secondAttribute="trailing" constant="30" id="13m-38-Yaz"/>
- <constraint firstItem="eV0-5I-0dl" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="Kxe-Im-wqI"/>
- <constraint firstItem="eV0-5I-0dl" firstAttribute="top" secondItem="C40-3L-xVX" secondAttribute="bottom" constant="20" id="L40-xd-Zan"/>
- <constraint firstItem="C40-3L-xVX" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="20" id="SFY-nM-wZz"/>
- <constraint firstItem="iEI-2s-QGL" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="30" id="VAQ-ag-cdp"/>
- <constraint firstItem="iEI-2s-QGL" firstAttribute="top" secondItem="eV0-5I-0dl" secondAttribute="bottom" constant="40" id="b9S-u1-szb"/>
- <constraint firstAttribute="trailing" secondItem="C40-3L-xVX" secondAttribute="trailing" constant="20" id="g1T-ur-be1"/>
- <constraint firstAttribute="trailing" secondItem="eV0-5I-0dl" secondAttribute="trailing" constant="20" id="mrb-aV-kM4"/>
- <constraint firstItem="C40-3L-xVX" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="zGN-88-N87"/>
- </constraints>
- <point key="canvasLocation" x="-672" y="-333"/>
- </view>
- </objects>
- </document>
|