LoginViewController.xib
15.5 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LoginViewController">
<connections>
<outlet property="btnForget" destination="yqQ-jb-iFY" id="ype-PK-EjI"/>
<outlet property="btnLogin" destination="7rf-T9-Jmm" id="PcS-P2-Xje"/>
<outlet property="btnRegist" destination="nRY-Du-PX5" id="oLu-wY-PSr"/>
<outlet property="lblEmail" destination="htO-UE-kfl" id="uI0-fA-HNf"/>
<outlet property="lblPassword" destination="alT-fI-Ydb" id="ayy-MY-olh"/>
<outlet property="lblRegister" destination="PUa-4y-ZZw" id="h8s-4C-dSb"/>
<outlet property="scrollView" destination="Dce-dI-aNd" id="ZTG-Qy-Y9x"/>
<outlet property="tfEmail" destination="Y59-LM-Oyy" id="8GT-KF-g0W"/>
<outlet property="tfPassword" destination="EwF-NI-ZUZ" id="Wua-iL-Qim"/>
<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>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" keyboardDismissMode="onDrag" translatesAutoresizingMaskIntoConstraints="NO" id="Dce-dI-aNd" customClass="TPKeyboardAvoidingScrollView">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e2G-8H-Nv8" userLabel="ViewContent">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="メールアドレス" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="htO-UE-kfl" userLabel="LabelEmail">
<rect key="frame" x="10" y="20" width="355" height="20.5"/>
<constraints>
<constraint firstAttribute="height" constant="20.5" id="eEG-K3-EIH"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Y59-LM-Oyy">
<rect key="frame" x="20" y="48" width="335" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" keyboardType="emailAddress"/>
</textField>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="パスワード" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="alT-fI-Ydb" userLabel="LabelPassword">
<rect key="frame" x="10" y="86" width="355" height="20.5"/>
<constraints>
<constraint firstAttribute="height" constant="20.5" id="BZB-NZ-jJk"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="EwF-NI-ZUZ">
<rect key="frame" x="20" y="114" width="335" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" secureTextEntry="YES"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7rf-T9-Jmm" userLabel="ButtonLogin">
<rect key="frame" x="76" y="164" width="223.5" height="30"/>
<color key="backgroundColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
<state key="normal" title="ログイン">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="buttonLoginTouchUpInside:" destination="-1" eventType="touchUpInside" id="FoU-26-L0N"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yqQ-jb-iFY" userLabel="ButtonForget">
<rect key="frame" x="76.5" y="202" width="223.5" height="30"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<state key="normal" title="パスワードをお忘れの方"/>
<connections>
<action selector="buttonForgetTouchUpInside:" destination="-1" eventType="touchUpInside" id="Gdn-tB-BrS"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="登録がまだの方" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PUa-4y-ZZw" userLabel="LabelRegister">
<rect key="frame" x="10" y="240" width="355" height="20.5"/>
<constraints>
<constraint firstAttribute="height" constant="20.5" id="lAh-il-EtC"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nRY-Du-PX5" userLabel="ButtonRegister">
<rect key="frame" x="76" y="278" width="223.5" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
<state key="normal" title="新規登録">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="buttonRegisterTouchUpInside:" destination="-1" eventType="touchUpInside" id="a6c-1T-CGb"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="alT-fI-Ydb" firstAttribute="leading" secondItem="e2G-8H-Nv8" secondAttribute="leading" constant="10" id="24H-Ky-5qd"/>
<constraint firstAttribute="trailing" secondItem="htO-UE-kfl" secondAttribute="trailing" constant="10" id="2HB-B7-8yZ"/>
<constraint firstItem="PUa-4y-ZZw" firstAttribute="top" secondItem="yqQ-jb-iFY" secondAttribute="bottom" constant="8" id="6OI-ID-CCc"/>
<constraint firstItem="7rf-T9-Jmm" firstAttribute="centerX" secondItem="e2G-8H-Nv8" secondAttribute="centerX" id="BTa-A3-dqc"/>
<constraint firstAttribute="trailing" secondItem="alT-fI-Ydb" secondAttribute="trailing" constant="10" id="EcA-Lm-GL3"/>
<constraint firstItem="Y59-LM-Oyy" firstAttribute="top" secondItem="htO-UE-kfl" secondAttribute="bottom" constant="8" id="KkG-uP-Trp"/>
<constraint firstAttribute="trailing" secondItem="EwF-NI-ZUZ" secondAttribute="trailing" constant="20" id="L3N-e5-P7x"/>
<constraint firstAttribute="trailing" secondItem="PUa-4y-ZZw" secondAttribute="trailing" constant="10" id="Mc6-O0-rqT"/>
<constraint firstItem="EwF-NI-ZUZ" firstAttribute="top" secondItem="alT-fI-Ydb" secondAttribute="bottom" constant="8" id="O4o-yI-Snp"/>
<constraint firstItem="7rf-T9-Jmm" firstAttribute="top" secondItem="EwF-NI-ZUZ" secondAttribute="bottom" constant="20" id="P8C-W6-JHc"/>
<constraint firstItem="alT-fI-Ydb" firstAttribute="top" secondItem="Y59-LM-Oyy" secondAttribute="bottom" constant="8" id="SGg-xa-A34"/>
<constraint firstItem="7rf-T9-Jmm" firstAttribute="width" secondItem="EwF-NI-ZUZ" secondAttribute="width" multiplier="2/3" id="Tgj-YQ-VyB"/>
<constraint firstItem="Y59-LM-Oyy" firstAttribute="leading" secondItem="e2G-8H-Nv8" secondAttribute="leading" constant="20" id="XNQ-Nt-ixz"/>
<constraint firstItem="yqQ-jb-iFY" firstAttribute="centerX" secondItem="e2G-8H-Nv8" secondAttribute="centerX" id="aQH-5u-bHN"/>
<constraint firstItem="EwF-NI-ZUZ" firstAttribute="leading" secondItem="e2G-8H-Nv8" secondAttribute="leading" constant="20" id="crB-gA-8Uo"/>
<constraint firstItem="htO-UE-kfl" firstAttribute="leading" secondItem="e2G-8H-Nv8" secondAttribute="leading" constant="10" id="dSc-T2-Aet"/>
<constraint firstItem="yqQ-jb-iFY" firstAttribute="top" secondItem="7rf-T9-Jmm" secondAttribute="bottom" constant="8" id="fjp-MF-thN"/>
<constraint firstItem="htO-UE-kfl" firstAttribute="top" secondItem="e2G-8H-Nv8" secondAttribute="top" constant="20" id="i0m-al-ZPK"/>
<constraint firstAttribute="trailing" secondItem="Y59-LM-Oyy" secondAttribute="trailing" constant="20" id="pI3-B9-sR4"/>
<constraint firstItem="PUa-4y-ZZw" firstAttribute="leading" secondItem="e2G-8H-Nv8" secondAttribute="leading" constant="10" id="pkT-Ft-vno"/>
<constraint firstItem="yqQ-jb-iFY" firstAttribute="width" secondItem="7rf-T9-Jmm" secondAttribute="width" id="qjP-36-ism"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="e2G-8H-Nv8" secondAttribute="trailing" id="Dtw-Is-ilN"/>
<constraint firstItem="e2G-8H-Nv8" firstAttribute="leading" secondItem="Dce-dI-aNd" secondAttribute="leading" id="cMf-cd-ZCm"/>
<constraint firstAttribute="bottom" secondItem="e2G-8H-Nv8" secondAttribute="bottom" id="qqQ-iH-SLy"/>
<constraint firstItem="e2G-8H-Nv8" firstAttribute="top" secondItem="Dce-dI-aNd" secondAttribute="top" id="ztV-AN-ROk"/>
</constraints>
</scrollView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="Dce-dI-aNd" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="3IZ-IH-zpo"/>
<constraint firstItem="e2G-8H-Nv8" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="B25-57-7hX"/>
<constraint firstAttribute="bottom" secondItem="Dce-dI-aNd" secondAttribute="bottom" id="bci-bR-b16"/>
<constraint firstItem="Dce-dI-aNd" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="f6V-qs-inS"/>
<constraint firstAttribute="trailing" secondItem="Dce-dI-aNd" secondAttribute="trailing" id="g5V-gQ-STo"/>
<constraint firstItem="e2G-8H-Nv8" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="yf3-Ud-K5j"/>
</constraints>
<point key="canvasLocation" x="25.5" y="52.5"/>
</view>
</objects>
</document>