12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <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="ReplacePhoneNumberViewController">
- <connections>
- <outlet property="buttonReplace" destination="aDx-FP-DWp" id="ihn-CA-Mg9"/>
- <outlet property="labelTitle" destination="XSn-O7-fVu" id="Y3m-VQ-dNr"/>
- <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>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aDx-FP-DWp">
- <rect key="frame" x="20" y="562" width="335" height="45"/>
- <color key="backgroundColor" red="0.086274509799999996" green="0.50980392159999999" blue="0.85490196080000003" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="45" id="crk-yJ-4t6"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <state key="normal" title="更换手机号">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="didTouchButtonReplace:" destination="-1" eventType="touchUpInside" id="V7T-Ay-ZWe"/>
- </connections>
- </button>
- <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">
- <rect key="frame" x="77" y="323" width="221" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="手机" translatesAutoresizingMaskIntoConstraints="NO" id="neK-jO-NaO">
- <rect key="frame" x="161" y="183" width="53" height="90"/>
- <constraints>
- <constraint firstAttribute="width" constant="53" id="PfG-qF-1Wb"/>
- <constraint firstAttribute="height" constant="90" id="Uys-MR-0j4"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="neK-jO-NaO" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="2zG-jf-ViW"/>
- <constraint firstItem="XSn-O7-fVu" firstAttribute="top" secondItem="neK-jO-NaO" secondAttribute="bottom" constant="50" id="9Ik-h7-sBp"/>
- <constraint firstItem="aDx-FP-DWp" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="BX4-0g-Mcb"/>
- <constraint firstItem="XSn-O7-fVu" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="Dpx-9X-06D"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="aDx-FP-DWp" secondAttribute="trailing" constant="20" id="S2k-k4-aX5"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="aDx-FP-DWp" secondAttribute="bottom" constant="60" id="j2K-yV-6fd"/>
- <constraint firstItem="XSn-O7-fVu" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="rJY-DL-1Fh"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- </view>
- </objects>
- <resources>
- <image name="手机" width="53" height="90"/>
- </resources>
- </document>
|