GainsAccountBindVC.xib 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="GainsAccountBindVC">
  13. <connections>
  14. <outlet property="btnAffirm" destination="iEI-2s-QGL" id="2ZU-WM-UaN"/>
  15. <outlet property="tfPayAccount" destination="eV0-5I-0dl" id="ovu-WZ-V5x"/>
  16. <outlet property="tfPayName" destination="C40-3L-xVX" id="deW-gf-deB"/>
  17. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入支付宝名称" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="C40-3L-xVX">
  26. <rect key="frame" x="20" y="20" width="335" height="35"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="35" id="KVT-Fd-GYO"/>
  29. </constraints>
  30. <nil key="textColor"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  32. <textInputTraits key="textInputTraits"/>
  33. </textField>
  34. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入支付宝账号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="eV0-5I-0dl">
  35. <rect key="frame" x="20" y="75" width="335" height="35"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="35" id="9gx-e2-w3d"/>
  38. </constraints>
  39. <nil key="textColor"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  41. <textInputTraits key="textInputTraits"/>
  42. </textField>
  43. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iEI-2s-QGL">
  44. <rect key="frame" x="30" y="150" width="315" height="40"/>
  45. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  46. <constraints>
  47. <constraint firstAttribute="height" constant="40" id="1am-4b-WOc"/>
  48. </constraints>
  49. <state key="normal" title="确认">
  50. <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/>
  51. </state>
  52. <connections>
  53. <action selector="onClick:" destination="-1" eventType="touchUpInside" id="l7V-Bd-5eI"/>
  54. </connections>
  55. </button>
  56. </subviews>
  57. <color key="backgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. <constraints>
  59. <constraint firstAttribute="trailing" secondItem="iEI-2s-QGL" secondAttribute="trailing" constant="30" id="13m-38-Yaz"/>
  60. <constraint firstItem="eV0-5I-0dl" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="Kxe-Im-wqI"/>
  61. <constraint firstItem="eV0-5I-0dl" firstAttribute="top" secondItem="C40-3L-xVX" secondAttribute="bottom" constant="20" id="L40-xd-Zan"/>
  62. <constraint firstItem="C40-3L-xVX" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="20" id="SFY-nM-wZz"/>
  63. <constraint firstItem="iEI-2s-QGL" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="30" id="VAQ-ag-cdp"/>
  64. <constraint firstItem="iEI-2s-QGL" firstAttribute="top" secondItem="eV0-5I-0dl" secondAttribute="bottom" constant="40" id="b9S-u1-szb"/>
  65. <constraint firstAttribute="trailing" secondItem="C40-3L-xVX" secondAttribute="trailing" constant="20" id="g1T-ur-be1"/>
  66. <constraint firstAttribute="trailing" secondItem="eV0-5I-0dl" secondAttribute="trailing" constant="20" id="mrb-aV-kM4"/>
  67. <constraint firstItem="C40-3L-xVX" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="zGN-88-N87"/>
  68. </constraints>
  69. <point key="canvasLocation" x="-672" y="-333"/>
  70. </view>
  71. </objects>
  72. </document>