-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathViewController.xib
More file actions
executable file
·113 lines (113 loc) · 11.3 KB
/
Copy pathViewController.xib
File metadata and controls
executable file
·113 lines (113 loc) · 11.3 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
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="14F2109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment version="1552" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
<capability name="Alignment constraints to the first baseline" minToolsVersion="6.0"/>
<capability name="Alignment constraints with different attributes" minToolsVersion="5.1"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ViewController">
<connections>
<outlet property="accountField" destination="FEU-lp-BS6" id="GTP-Ie-NUx"/>
<outlet property="loginBtn" destination="oEv-cb-a0v" id="l1h-7H-8TZ"/>
<outlet property="passwordField" destination="fTA-fH-gU7" id="uZk-ww-g3U"/>
<outlet property="switchBtn" destination="hTG-Zg-vkE" id="cd2-ms-FBO"/>
<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="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ihj-eR-9aQ">
<rect key="frame" x="168" y="169" width="265" height="261"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入用户名" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="FEU-lp-BS6">
<rect key="frame" x="108" y="58" width="121" height="30"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" returnKeyType="done" enablesReturnKeyAutomatically="YES"/>
<connections>
<action selector="textFieldDoneEditing:" destination="-1" eventType="editingDidEndOnExit" id="1sl-ZE-shu"/>
</connections>
</textField>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="密码:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="umL-OE-2qd">
<rect key="frame" x="41" y="111" width="51" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入密码" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="fTA-fH-gU7">
<rect key="frame" x="108" y="107" width="121" height="30"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" returnKeyType="done" enablesReturnKeyAutomatically="YES" secureTextEntry="YES"/>
<connections>
<action selector="textFieldDoneEditing:" destination="-1" eventType="editingDidEndOnExit" id="X7s-gE-fyd"/>
</connections>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="oEv-cb-a0v">
<rect key="frame" x="41" y="167" width="57" height="31"/>
<state key="normal" title="登陆">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="login" destination="-1" eventType="touchUpInside" id="vj4-y2-Y2P"/>
</connections>
</button>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hTG-Zg-vkE">
<rect key="frame" x="120" y="167" width="51" height="31"/>
</switch>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="使用外网" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ogZ-Ss-Xkh">
<rect key="frame" x="177" y="172" width="68" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="用户名:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ajM-sb-YD2">
<rect key="frame" x="35" y="62" width="68" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="vSc-Ut-YmC"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="hTG-Zg-vkE" firstAttribute="top" secondItem="oEv-cb-a0v" secondAttribute="top" id="1DR-bg-gqW"/>
<constraint firstItem="ajM-sb-YD2" firstAttribute="leading" secondItem="Ihj-eR-9aQ" secondAttribute="leading" constant="35" id="266-7i-JWz"/>
<constraint firstItem="ajM-sb-YD2" firstAttribute="top" secondItem="Ihj-eR-9aQ" secondAttribute="top" constant="62" id="BTt-JK-rxH"/>
<constraint firstItem="oEv-cb-a0v" firstAttribute="bottom" secondItem="hTG-Zg-vkE" secondAttribute="bottom" id="HeE-1Y-RUX"/>
<constraint firstItem="FEU-lp-BS6" firstAttribute="top" secondItem="Ihj-eR-9aQ" secondAttribute="top" constant="58" id="KFd-Ey-U56"/>
<constraint firstItem="fTA-fH-gU7" firstAttribute="leading" secondItem="umL-OE-2qd" secondAttribute="trailing" constant="16" id="NKJ-Az-K12"/>
<constraint firstItem="hTG-Zg-vkE" firstAttribute="leading" secondItem="oEv-cb-a0v" secondAttribute="trailing" constant="22" id="PA6-vT-eab"/>
<constraint firstItem="hTG-Zg-vkE" firstAttribute="top" secondItem="fTA-fH-gU7" secondAttribute="bottom" constant="30" id="SLm-IF-FD1"/>
<constraint firstItem="FEU-lp-BS6" firstAttribute="leading" secondItem="ajM-sb-YD2" secondAttribute="trailing" constant="5" id="SYz-2M-Ohe"/>
<constraint firstItem="hTG-Zg-vkE" firstAttribute="centerY" secondItem="ogZ-Ss-Xkh" secondAttribute="centerY" id="TNJ-oD-Lj8"/>
<constraint firstAttribute="height" constant="261" id="XNt-hr-rfZ"/>
<constraint firstItem="ogZ-Ss-Xkh" firstAttribute="leading" secondItem="hTG-Zg-vkE" secondAttribute="trailing" constant="8" symbolic="YES" id="bXD-dD-ycJ"/>
<constraint firstItem="oEv-cb-a0v" firstAttribute="leading" secondItem="umL-OE-2qd" secondAttribute="leading" id="bxP-fW-DPX"/>
<constraint firstItem="FEU-lp-BS6" firstAttribute="trailing" secondItem="fTA-fH-gU7" secondAttribute="trailing" id="ehi-Ly-CdF"/>
<constraint firstAttribute="width" constant="265" id="fKe-bE-drk"/>
<constraint firstItem="oEv-cb-a0v" firstAttribute="top" secondItem="umL-OE-2qd" secondAttribute="bottom" constant="35" id="g1Z-AT-q6H"/>
<constraint firstAttribute="trailing" secondItem="FEU-lp-BS6" secondAttribute="trailing" constant="36" id="hkJ-tO-2e5"/>
<constraint firstItem="FEU-lp-BS6" firstAttribute="leading" secondItem="fTA-fH-gU7" secondAttribute="leading" id="lWf-c5-Gck"/>
<constraint firstItem="fTA-fH-gU7" firstAttribute="top" secondItem="FEU-lp-BS6" secondAttribute="bottom" constant="19" id="lXT-zL-hjr"/>
<constraint firstItem="oEv-cb-a0v" firstAttribute="centerX" secondItem="ajM-sb-YD2" secondAttribute="centerX" id="nLU-1k-BFI"/>
<constraint firstItem="umL-OE-2qd" firstAttribute="top" secondItem="ajM-sb-YD2" secondAttribute="bottom" constant="28" id="rBc-Gk-zAc"/>
<constraint firstItem="ogZ-Ss-Xkh" firstAttribute="firstBaseline" secondItem="oEv-cb-a0v" secondAttribute="firstBaseline" id="uGO-c9-VW7"/>
<constraint firstItem="oEv-cb-a0v" firstAttribute="baseline" secondItem="ogZ-Ss-Xkh" secondAttribute="firstBaseline" id="zHB-I8-okt"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerY" secondItem="Ihj-eR-9aQ" secondAttribute="centerY" id="QFn-xM-4yP"/>
<constraint firstAttribute="centerX" secondItem="Ihj-eR-9aQ" secondAttribute="centerX" id="WkJ-dj-hZD"/>
</constraints>
<point key="canvasLocation" x="274" y="252"/>
</view>
</objects>
</document>