|
20 | 20 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
21 | 21 | <subviews> |
22 | 22 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BwO-Q2-dKq"> |
23 | | - <rect key="frame" x="147" y="249" width="80" height="33"/> |
| 23 | + <rect key="frame" x="147" y="319" width="80" height="33"/> |
24 | 24 | <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/> |
25 | 25 | <state key="normal" title="CONFIRM"> |
26 | 26 | <color key="titleColor" red="0.29019609089999998" green="0.5647059083" blue="0.88627451660000001" alpha="1" colorSpace="deviceRGB"/> |
|
30 | 30 | </connections> |
31 | 31 | </button> |
32 | 32 | <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="Wz3-0y-Vnd"> |
33 | | - <rect key="frame" x="19" y="52" width="337.5" height="160"/> |
| 33 | + <rect key="frame" x="19" y="52" width="337.5" height="230"/> |
34 | 34 | <subviews> |
35 | 35 | <textField opaque="NO" contentMode="scaleToFill" semanticContentAttribute="forceRightToLeft" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="James Bond" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Ib7-Qf-pz7" customClass="TweeBorderedTextField" customModule="TweeTextField_Sample" customModuleProvider="target"> |
36 | 36 | <rect key="frame" x="0.0" y="0.0" width="337.5" height="40"/> |
|
147 | 147 | <action selector="emailEndEditing:" destination="BYZ-38-t0r" eventType="editingDidEnd" id="PUh-nQ-uM3"/> |
148 | 148 | </connections> |
149 | 149 | </textField> |
| 150 | + <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="GSD-GC-nGa" customClass="PasswordTextField" customModule="TweeTextField"> |
| 151 | + <rect key="frame" x="0.0" y="180" width="337.5" height="50"/> |
| 152 | + <constraints> |
| 153 | + <constraint firstAttribute="height" constant="50" id="hX8-3C-iGN"/> |
| 154 | + </constraints> |
| 155 | + <nil key="textColor"/> |
| 156 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 157 | + <textInputTraits key="textInputTraits"/> |
| 158 | + <userDefinedRuntimeAttributes> |
| 159 | + <userDefinedRuntimeAttribute type="string" keyPath="tweePlaceholder" value="Password"/> |
| 160 | + <userDefinedRuntimeAttribute type="color" keyPath="placeholderColor"> |
| 161 | + <color key="value" red="0.0039215686269999999" green="0.63137254899999995" blue="0.3803921569" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 162 | + </userDefinedRuntimeAttribute> |
| 163 | + <userDefinedRuntimeAttribute type="number" keyPath="placeholderDuration"> |
| 164 | + <real key="value" value="0.5"/> |
| 165 | + </userDefinedRuntimeAttribute> |
| 166 | + <userDefinedRuntimeAttribute type="number" keyPath="minimumPlaceholderFontSize"> |
| 167 | + <real key="value" value="12"/> |
| 168 | + </userDefinedRuntimeAttribute> |
| 169 | + <userDefinedRuntimeAttribute type="number" keyPath="originalPlaceholderFontSize"> |
| 170 | + <real key="value" value="17"/> |
| 171 | + </userDefinedRuntimeAttribute> |
| 172 | + </userDefinedRuntimeAttributes> |
| 173 | + </textField> |
150 | 174 | </subviews> |
151 | 175 | <constraints> |
152 | 176 | <constraint firstItem="SwP-Fd-Fft" firstAttribute="height" secondItem="ipt-cn-CA9" secondAttribute="height" id="YoF-I6-WIk"/> |
153 | 177 | <constraint firstItem="Ib7-Qf-pz7" firstAttribute="height" secondItem="SwP-Fd-Fft" secondAttribute="height" id="fMy-5c-WpL"/> |
154 | 178 | </constraints> |
155 | 179 | </stackView> |
156 | | - <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="GSD-GC-nGa" customClass="PasswordTextField" customModule="TweeTextField"> |
157 | | - <rect key="frame" x="32" y="288" width="312" height="50"/> |
158 | | - <constraints> |
159 | | - <constraint firstAttribute="height" constant="50" id="hX8-3C-iGN"/> |
160 | | - </constraints> |
161 | | - <nil key="textColor"/> |
162 | | - <fontDescription key="fontDescription" type="system" pointSize="14"/> |
163 | | - <textInputTraits key="textInputTraits"/> |
164 | | - <userDefinedRuntimeAttributes> |
165 | | - <userDefinedRuntimeAttribute type="string" keyPath="tweePlaceholder" value="Password"/> |
166 | | - <userDefinedRuntimeAttribute type="color" keyPath="placeholderColor"> |
167 | | - <color key="value" red="0.0039215686269999999" green="0.63137254899999995" blue="0.3803921569" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
168 | | - </userDefinedRuntimeAttribute> |
169 | | - <userDefinedRuntimeAttribute type="number" keyPath="placeholderDuration"> |
170 | | - <real key="value" value="0.5"/> |
171 | | - </userDefinedRuntimeAttribute> |
172 | | - <userDefinedRuntimeAttribute type="number" keyPath="minimumPlaceholderFontSize"> |
173 | | - <real key="value" value="12"/> |
174 | | - </userDefinedRuntimeAttribute> |
175 | | - <userDefinedRuntimeAttribute type="number" keyPath="originalPlaceholderFontSize"> |
176 | | - <real key="value" value="17"/> |
177 | | - </userDefinedRuntimeAttribute> |
178 | | - </userDefinedRuntimeAttributes> |
179 | | - </textField> |
| 180 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="H4d-jf-O4s"> |
| 181 | + <rect key="frame" x="109.5" y="360" width="156" height="30"/> |
| 182 | + <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> |
| 183 | + <state key="normal" title="REMOVE FIRST FIELD"> |
| 184 | + <color key="titleColor" red="1" green="0.14913141730000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 185 | + </state> |
| 186 | + <connections> |
| 187 | + <action selector="removeFirstField" destination="BYZ-38-t0r" eventType="touchUpInside" id="diE-xv-ZVH"/> |
| 188 | + </connections> |
| 189 | + </button> |
180 | 190 | </subviews> |
181 | 191 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
182 | 192 | <constraints> |
183 | | - <constraint firstItem="GSD-GC-nGa" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="0pO-mT-DDF"/> |
184 | 193 | <constraint firstItem="Wz3-0y-Vnd" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.9" id="DEP-8P-yxv"/> |
| 194 | + <constraint firstItem="H4d-jf-O4s" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="IqP-Pb-iIT"/> |
185 | 195 | <constraint firstItem="Wz3-0y-Vnd" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="KQH-V3-b5K"/> |
| 196 | + <constraint firstItem="H4d-jf-O4s" firstAttribute="top" secondItem="BwO-Q2-dKq" secondAttribute="bottom" constant="8" id="R8c-TI-mLY"/> |
186 | 197 | <constraint firstItem="BwO-Q2-dKq" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="SrW-DF-eDg"/> |
187 | 198 | <constraint firstItem="BwO-Q2-dKq" firstAttribute="top" secondItem="Wz3-0y-Vnd" secondAttribute="bottom" constant="37" id="aa8-zk-OuM"/> |
188 | 199 | <constraint firstItem="Wz3-0y-Vnd" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="32" id="mAe-Bq-7kh"/> |
189 | | - <constraint firstItem="GSD-GC-nGa" firstAttribute="top" secondItem="BwO-Q2-dKq" secondAttribute="bottom" constant="6" id="mqm-Cr-3Yq"/> |
190 | | - <constraint firstItem="GSD-GC-nGa" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="32" id="qkH-mq-Lqy"/> |
191 | 200 | </constraints> |
192 | 201 | <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> |
193 | 202 | </view> |
194 | 203 | <connections> |
195 | 204 | <outlet property="emailTextField" destination="ipt-cn-CA9" id="ZEk-ud-teh"/> |
196 | 205 | <outlet property="passwordTextField" destination="SwP-Fd-Fft" id="4b6-Xb-44G"/> |
| 206 | + <outlet property="stackView" destination="Wz3-0y-Vnd" id="vI5-yV-I8e"/> |
197 | 207 | <outlet property="usernameTextField" destination="Ib7-Qf-pz7" id="TKO-SU-ATJ"/> |
198 | 208 | </connections> |
199 | 209 | </viewController> |
|
0 commit comments