123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?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" 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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="JZGestureCodeLogginViewController">
- <connections>
- <outlet property="loginBtn" destination="m5i-yq-FtZ" id="J8j-mM-ck4"/>
- <outlet property="phoneField" destination="oWG-sZ-JlH" id="jOi-RE-erO"/>
- <outlet property="pwdField" destination="tqK-Xq-oz4" id="CXG-yd-4yo"/>
- <outlet property="signoutButton" destination="0F6-3H-MmL" id="OAn-w3-rwS"/>
- <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>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="手机号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="asv-FT-x7j">
- <rect key="frame" x="30" y="100" width="43" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入手机号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="oWG-sZ-JlH">
- <rect key="frame" x="88" y="100" width="257" height="17"/>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="82e-IG-Agn">
- <rect key="frame" x="30" y="132" width="315" height="1"/>
- <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="89M-kp-Tdy"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="密码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bL1-S3-Qaz">
- <rect key="frame" x="30" y="153" width="29" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xe7-YG-yxB">
- <rect key="frame" x="30" y="185" width="315" height="1"/>
- <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="w99-bm-cPW"/>
- </constraints>
- </view>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入密码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="tqK-Xq-oz4">
- <rect key="frame" x="88" y="153" width="257" height="17"/>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="m5i-yq-FtZ">
- <rect key="frame" x="30" y="226" width="315" height="50"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="BqL-7E-p9L"/>
- </constraints>
- <state key="normal" title="登录">
- <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- </button>
- <button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0F6-3H-MmL">
- <rect key="frame" x="133" y="625" width="189" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="Rje-mk-weE"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <state key="normal" title="退出登录">
- <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- </button>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="xe7-YG-yxB" firstAttribute="top" secondItem="bL1-S3-Qaz" secondAttribute="bottom" constant="15" id="5S6-0R-9tz"/>
- <constraint firstItem="bL1-S3-Qaz" firstAttribute="leading" secondItem="asv-FT-x7j" secondAttribute="leading" id="5Z5-LT-1o0"/>
- <constraint firstItem="82e-IG-Agn" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="8x1-IN-xsv"/>
- <constraint firstItem="tqK-Xq-oz4" firstAttribute="trailing" secondItem="oWG-sZ-JlH" secondAttribute="trailing" id="Ezs-dL-Mye"/>
- <constraint firstItem="oWG-sZ-JlH" firstAttribute="bottom" secondItem="asv-FT-x7j" secondAttribute="bottom" id="Hzb-kt-iAD"/>
- <constraint firstAttribute="trailing" secondItem="0F6-3H-MmL" secondAttribute="trailing" constant="98" id="L8L-V1-dbN"/>
- <constraint firstItem="82e-IG-Agn" firstAttribute="leading" secondItem="asv-FT-x7j" secondAttribute="leading" id="LHf-T7-Kqn"/>
- <constraint firstItem="xe7-YG-yxB" firstAttribute="trailing" secondItem="82e-IG-Agn" secondAttribute="trailing" id="Qhj-ny-y9J"/>
- <constraint firstItem="tqK-Xq-oz4" firstAttribute="leading" secondItem="oWG-sZ-JlH" secondAttribute="leading" id="SBK-Zs-y9R"/>
- <constraint firstItem="82e-IG-Agn" firstAttribute="trailing" secondItem="oWG-sZ-JlH" secondAttribute="trailing" id="bSK-sa-OpV"/>
- <constraint firstItem="m5i-yq-FtZ" firstAttribute="top" secondItem="xe7-YG-yxB" secondAttribute="bottom" constant="40" id="dPv-Wc-bGR"/>
- <constraint firstItem="oWG-sZ-JlH" firstAttribute="leading" secondItem="asv-FT-x7j" secondAttribute="trailing" constant="15" id="eDd-4q-bMh"/>
- <constraint firstItem="m5i-yq-FtZ" firstAttribute="leading" secondItem="xe7-YG-yxB" secondAttribute="leading" id="gS1-Zy-9SF"/>
- <constraint firstItem="asv-FT-x7j" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="100" id="j8G-xY-PJH"/>
- <constraint firstItem="0F6-3H-MmL" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="88" id="kuc-eb-rjR"/>
- <constraint firstItem="tqK-Xq-oz4" firstAttribute="bottom" secondItem="bL1-S3-Qaz" secondAttribute="bottom" id="n4i-pk-jPs"/>
- <constraint firstItem="82e-IG-Agn" firstAttribute="top" secondItem="asv-FT-x7j" secondAttribute="bottom" constant="15" id="nDD-KI-Aah"/>
- <constraint firstAttribute="bottom" secondItem="0F6-3H-MmL" secondAttribute="bottom" constant="20" id="oBw-xt-g6z"/>
- <constraint firstItem="xe7-YG-yxB" firstAttribute="leading" secondItem="bL1-S3-Qaz" secondAttribute="leading" id="pUn-rX-HpD"/>
- <constraint firstItem="bL1-S3-Qaz" firstAttribute="top" secondItem="82e-IG-Agn" secondAttribute="bottom" constant="20" id="v5Y-qi-fm7"/>
- <constraint firstItem="asv-FT-x7j" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="30" id="vqX-O5-vWb"/>
- <constraint firstItem="m5i-yq-FtZ" firstAttribute="trailing" secondItem="xe7-YG-yxB" secondAttribute="trailing" id="w4g-5V-aER"/>
- </constraints>
- <point key="canvasLocation" x="42.5" y="42.5"/>
- </view>
- </objects>
- </document>
|