SBTUpdatePasswordVCtr.xib 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SBTUpdatePasswordVCtr" customModule="SolarBT" customModuleProvider="target">
  14. <connections>
  15. <outlet property="backBtn" destination="7tq-s0-h5l" id="PhM-to-5ii"/>
  16. <outlet property="placeHodleLabel" destination="ktN-mX-OiE" id="cca-jh-F7i"/>
  17. <outlet property="saveButton" destination="Hdr-df-jbU" id="52H-SY-yfc"/>
  18. <outlet property="textBox" destination="Xav-rL-2nA" id="RxQ-KS-0sj"/>
  19. <outlet property="updatePasswordLabel" destination="CI1-Vz-O3z" id="fvo-xi-6Cc"/>
  20. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  21. </connections>
  22. </placeholder>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  24. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  25. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zWo-2h-Kju">
  29. <rect key="frame" x="57" y="325.5" width="300" height="245"/>
  30. <subviews>
  31. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="修改密码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CI1-Vz-O3z">
  32. <rect key="frame" x="25" y="20" width="76" height="27"/>
  33. <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="19"/>
  34. <nil key="textColor"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7tq-s0-h5l">
  38. <rect key="frame" x="250" y="25" width="30" height="29"/>
  39. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
  40. <state key="normal" title="返回">
  41. <color key="titleColor" red="0.62352941176470589" green="0.62352941176470589" blue="0.62352941176470589" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  42. </state>
  43. <connections>
  44. <action selector="backAction:" destination="-1" eventType="touchUpInside" id="9aa-K3-Wrn"/>
  45. </connections>
  46. </button>
  47. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请输入新密码……" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ktN-mX-OiE">
  48. <rect key="frame" x="25" y="55" width="96" height="17"/>
  49. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
  50. <color key="textColor" red="0.53333333333333333" green="0.53333333333333333" blue="0.53333333333333333" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  51. <nil key="highlightedColor"/>
  52. </label>
  53. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Xav-rL-2nA">
  54. <rect key="frame" x="0.0" y="111" width="300" height="35"/>
  55. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. <constraints>
  57. <constraint firstAttribute="height" constant="35" id="UHL-IE-1Rl"/>
  58. </constraints>
  59. </view>
  60. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hdr-df-jbU">
  61. <rect key="frame" x="13" y="182" width="274" height="40"/>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="40" id="Lfp-mG-TS6"/>
  64. </constraints>
  65. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
  66. <state key="normal" title="保存">
  67. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  68. </state>
  69. <connections>
  70. <action selector="saveAction:" destination="-1" eventType="touchUpInside" id="sPs-yI-Iac"/>
  71. </connections>
  72. </button>
  73. </subviews>
  74. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  75. <constraints>
  76. <constraint firstItem="ktN-mX-OiE" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" constant="25" id="6c3-Hj-JfU"/>
  77. <constraint firstItem="CI1-Vz-O3z" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" constant="25" id="A7p-h5-pRW"/>
  78. <constraint firstItem="7tq-s0-h5l" firstAttribute="top" secondItem="zWo-2h-Kju" secondAttribute="top" constant="25" id="Abl-Zn-oQw"/>
  79. <constraint firstAttribute="width" constant="300" id="G6a-tN-3Rg"/>
  80. <constraint firstItem="Xav-rL-2nA" firstAttribute="top" secondItem="ktN-mX-OiE" secondAttribute="bottom" constant="39" id="Lzd-jr-ffU"/>
  81. <constraint firstItem="CI1-Vz-O3z" firstAttribute="top" secondItem="zWo-2h-Kju" secondAttribute="top" constant="20" id="M2J-RC-Gk4"/>
  82. <constraint firstItem="Xav-rL-2nA" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" id="Mca-l3-myJ"/>
  83. <constraint firstAttribute="trailing" secondItem="7tq-s0-h5l" secondAttribute="trailing" constant="20" id="VOZ-MD-ivq"/>
  84. <constraint firstItem="Hdr-df-jbU" firstAttribute="leading" secondItem="zWo-2h-Kju" secondAttribute="leading" constant="13" id="fZy-3v-6Kt"/>
  85. <constraint firstAttribute="height" constant="245" id="gL8-lX-9mT"/>
  86. <constraint firstItem="Hdr-df-jbU" firstAttribute="top" secondItem="Xav-rL-2nA" secondAttribute="bottom" constant="36" id="s1m-S1-1qk"/>
  87. <constraint firstItem="ktN-mX-OiE" firstAttribute="top" secondItem="CI1-Vz-O3z" secondAttribute="bottom" constant="8" id="swP-0s-nln"/>
  88. <constraint firstAttribute="trailing" secondItem="Hdr-df-jbU" secondAttribute="trailing" constant="13" id="wlh-Jg-RbM"/>
  89. <constraint firstAttribute="trailing" secondItem="Xav-rL-2nA" secondAttribute="trailing" id="xxF-D5-IMx"/>
  90. </constraints>
  91. </view>
  92. </subviews>
  93. <color key="backgroundColor" red="0.6980440616607666" green="0.69803071022033691" blue="0.698039710521698" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  94. <constraints>
  95. <constraint firstItem="zWo-2h-Kju" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="5tk-jB-MKF"/>
  96. <constraint firstItem="zWo-2h-Kju" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="w5k-mg-j9q"/>
  97. </constraints>
  98. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  99. <point key="canvasLocation" x="47.826086956521742" y="97.767857142857139"/>
  100. </view>
  101. </objects>
  102. </document>