| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" 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="13772"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <customFonts key="customFonts">
- <array key="PingFang.ttc">
- <string>PingFangSC-Regular</string>
- </array>
- </customFonts>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="OORegisterTableView" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="375" height="67"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="验证手机" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Auk-hi-oqx">
- <rect key="frame" x="0.0" y="21" width="375" height="25.5"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="18"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="70p-d5-ZZC">
- <rect key="frame" x="259" y="30" width="100" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="100" id="Tyj-tu-tIy"/>
- <constraint firstAttribute="height" constant="30" id="aHr-R6-erb"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
- <state key="normal" title="action">
- <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- <connections>
- <action selector="btnItemClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="J0g-79-pCf"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.98431372549019602" green="0.27843137254901962" blue="0.27843137254901962" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="Auk-hi-oqx" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="07v-jL-3xl"/>
- <constraint firstItem="Auk-hi-oqx" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="8CK-lL-9yP"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="Auk-hi-oqx" secondAttribute="trailing" id="FnM-UP-Rfo"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="70p-d5-ZZC" secondAttribute="bottom" constant="7" id="G4y-XS-5UI"/>
- <constraint firstItem="Auk-hi-oqx" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="b48-o0-EMr"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="70p-d5-ZZC" secondAttribute="trailing" constant="16" id="tNQ-cQ-L4u"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <connections>
- <outlet property="actionButton" destination="70p-d5-ZZC" id="lMI-Nx-735"/>
- <outlet property="titleLabel" destination="Auk-hi-oqx" id="Y5j-cG-lF1"/>
- </connections>
- <point key="canvasLocation" x="10.5" y="-232.5"/>
- </view>
- </objects>
- </document>
|