ReplacePhoneNumberViewController.xib 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14460.20"/>
  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="ReplacePhoneNumberViewController">
  14. <connections>
  15. <outlet property="buttonReplace" destination="aDx-FP-DWp" id="ihn-CA-Mg9"/>
  16. <outlet property="labelTitle" destination="XSn-O7-fVu" id="Y3m-VQ-dNr"/>
  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. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aDx-FP-DWp">
  26. <rect key="frame" x="20" y="562" width="335" height="45"/>
  27. <color key="backgroundColor" red="0.086274509799999996" green="0.50980392159999999" blue="0.85490196080000003" alpha="1" colorSpace="calibratedRGB"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="45" id="crk-yJ-4t6"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  32. <state key="normal" title="更换手机号">
  33. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  34. </state>
  35. <connections>
  36. <action selector="didTouchButtonReplace:" destination="-1" eventType="touchUpInside" id="V7T-Ay-ZWe"/>
  37. </connections>
  38. </button>
  39. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="绑定的手机号:18888888888" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XSn-O7-fVu">
  40. <rect key="frame" x="77" y="323" width="221" height="21"/>
  41. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  42. <nil key="textColor"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="手机" translatesAutoresizingMaskIntoConstraints="NO" id="neK-jO-NaO">
  46. <rect key="frame" x="161" y="183" width="53" height="90"/>
  47. <constraints>
  48. <constraint firstAttribute="width" constant="53" id="PfG-qF-1Wb"/>
  49. <constraint firstAttribute="height" constant="90" id="Uys-MR-0j4"/>
  50. </constraints>
  51. </imageView>
  52. </subviews>
  53. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  54. <constraints>
  55. <constraint firstItem="neK-jO-NaO" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="2zG-jf-ViW"/>
  56. <constraint firstItem="XSn-O7-fVu" firstAttribute="top" secondItem="neK-jO-NaO" secondAttribute="bottom" constant="50" id="9Ik-h7-sBp"/>
  57. <constraint firstItem="aDx-FP-DWp" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="BX4-0g-Mcb"/>
  58. <constraint firstItem="XSn-O7-fVu" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="Dpx-9X-06D"/>
  59. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="aDx-FP-DWp" secondAttribute="trailing" constant="20" id="S2k-k4-aX5"/>
  60. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="aDx-FP-DWp" secondAttribute="bottom" constant="60" id="j2K-yV-6fd"/>
  61. <constraint firstItem="XSn-O7-fVu" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="rJY-DL-1Fh"/>
  62. </constraints>
  63. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  64. </view>
  65. </objects>
  66. <resources>
  67. <image name="手机" width="53" height="90"/>
  68. </resources>
  69. </document>