BindMobileController.storyboard
10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Bind Mobile Controller-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController storyboardIdentifier="BindMobileController" id="Y6W-OH-hqX" customClass="BindMobileController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入手机号" textAlignment="center" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="PKx-1q-E2W">
<rect key="frame" x="107" y="144" width="200" height="40"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="gJf-eb-jZm"/>
<constraint firstAttribute="width" constant="200" id="sUS-Xo-qeb"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<textInputTraits key="textInputTraits" keyboardType="numberPad" returnKeyType="done"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="输入验证码" textAlignment="center" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="RjI-FY-pxl">
<rect key="frame" x="107" y="244" width="200" height="40"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" keyboardType="numberPad" returnKeyType="done"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mXp-Ce-M2p">
<rect key="frame" x="107" y="344" width="200" height="40"/>
<color key="backgroundColor" red="0.38431372549999998" green="0.76470588240000004" blue="0.83529411760000005" alpha="1" colorSpace="calibratedRGB"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="获取验证码">
<fontDescription key="titleFontDescription" type="system" pointSize="18"/>
</buttonConfiguration>
<connections>
<action selector="getMobileCode:" destination="Y6W-OH-hqX" eventType="touchUpInside" id="6iN-1a-9g4"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fUn-aJ-SXe">
<rect key="frame" x="107" y="444" width="200" height="40"/>
<color key="backgroundColor" red="0.38431372549999998" green="0.76470588240000004" blue="0.83529411760000005" alpha="1" colorSpace="calibratedRGB"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="绑定">
<fontDescription key="titleFontDescription" type="system" pointSize="18"/>
</buttonConfiguration>
<connections>
<action selector="bindMobile:" destination="Y6W-OH-hqX" eventType="touchUpInside" id="UBa-41-Lb4"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="根据监管部门要求,需要实名认证才能发布动态" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oc9-UL-yfy">
<rect key="frame" x="5" y="564" width="404" height="19.5"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" red="1" green="0.58431372550000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="RjI-FY-pxl" firstAttribute="height" secondItem="PKx-1q-E2W" secondAttribute="height" id="0wj-wF-jLD"/>
<constraint firstItem="PKx-1q-E2W" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="1bE-Ee-CLH"/>
<constraint firstItem="mXp-Ce-M2p" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="8Vf-pJ-vOU"/>
<constraint firstItem="fUn-aJ-SXe" firstAttribute="top" secondItem="mXp-Ce-M2p" secondAttribute="bottom" constant="60" id="Al6-F1-cbs"/>
<constraint firstItem="mXp-Ce-M2p" firstAttribute="top" secondItem="RjI-FY-pxl" secondAttribute="bottom" constant="60" id="Bvu-h2-Nxd"/>
<constraint firstItem="RjI-FY-pxl" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="MAL-GK-htz"/>
<constraint firstItem="fUn-aJ-SXe" firstAttribute="width" secondItem="mXp-Ce-M2p" secondAttribute="width" id="NBH-ti-KTO"/>
<constraint firstItem="oc9-UL-yfy" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" constant="5" id="RJv-td-7Lt"/>
<constraint firstItem="RjI-FY-pxl" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="TTr-0A-Cff"/>
<constraint firstItem="RjI-FY-pxl" firstAttribute="width" secondItem="PKx-1q-E2W" secondAttribute="width" id="W4U-hV-S76"/>
<constraint firstItem="PKx-1q-E2W" firstAttribute="top" secondItem="vDu-zF-Fre" secondAttribute="top" constant="100" id="YdE-l4-DOJ"/>
<constraint firstItem="RjI-FY-pxl" firstAttribute="top" secondItem="PKx-1q-E2W" secondAttribute="bottom" constant="60" id="Yld-QE-QjN"/>
<constraint firstItem="fUn-aJ-SXe" firstAttribute="height" secondItem="mXp-Ce-M2p" secondAttribute="height" id="bXj-Tj-Ou6"/>
<constraint firstItem="oc9-UL-yfy" firstAttribute="top" secondItem="fUn-aJ-SXe" secondAttribute="bottom" constant="80" id="cus-he-2EQ"/>
<constraint firstItem="vDu-zF-Fre" firstAttribute="trailing" secondItem="oc9-UL-yfy" secondAttribute="trailing" constant="5" id="fOO-dt-0nn"/>
<constraint firstItem="fUn-aJ-SXe" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="fUP-Qs-wck"/>
<constraint firstItem="mXp-Ce-M2p" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="hzG-F6-ZY7"/>
<constraint firstItem="mXp-Ce-M2p" firstAttribute="height" secondItem="RjI-FY-pxl" secondAttribute="height" id="jWO-jn-CK0"/>
<constraint firstItem="mXp-Ce-M2p" firstAttribute="width" secondItem="RjI-FY-pxl" secondAttribute="width" id="mCZ-Uj-uyC"/>
<constraint firstItem="RjI-FY-pxl" firstAttribute="top" secondItem="PKx-1q-E2W" secondAttribute="bottom" constant="60" id="pn3-hv-kiH"/>
<constraint firstItem="PKx-1q-E2W" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="tEM-tI-bNz"/>
<constraint firstItem="mXp-Ce-M2p" firstAttribute="top" secondItem="RjI-FY-pxl" secondAttribute="bottom" constant="60" id="x1G-BW-rJe"/>
<constraint firstItem="oc9-UL-yfy" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="yR4-yV-S7P"/>
</constraints>
</view>
<connections>
<outlet property="codeTF" destination="RjI-FY-pxl" id="azH-hv-rNX"/>
<outlet property="mobileTF" destination="PKx-1q-E2W" id="QAp-cQ-z84"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="24.637681159420293" y="39.508928571428569"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>