|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="whP-gf-Uak"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies> |
4 | 7 | <deployment identifier="iOS"/> |
5 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/> |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
6 | 10 | </dependencies> |
7 | 11 | <scenes> |
8 | 12 | <!--View Controller--> |
|
14 | 18 | <viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/> |
15 | 19 | </layoutGuides> |
16 | 20 | <view key="view" contentMode="scaleToFill" id="TpU-gO-2f1"> |
17 | | - <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
| 21 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
18 | 22 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
19 | 23 | <subviews> |
20 | 24 | <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="First name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="O6v-c2-u0k" customClass="SMFloatingLabelTextField"> |
21 | | - <rect key="frame" x="16" y="44" width="568" height="50"/> |
| 25 | + <rect key="frame" x="16" y="44" width="343" height="50"/> |
22 | 26 | <constraints> |
23 | 27 | <constraint firstAttribute="height" constant="50" id="1fl-ep-0yC"/> |
24 | 28 | </constraints> |
25 | 29 | <fontDescription key="fontDescription" type="system" pointSize="14"/> |
26 | 30 | <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/> |
27 | 31 | </textField> |
28 | 32 | <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Last name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="8kl-vL-8WK" customClass="SMFloatingLabelTextField"> |
29 | | - <rect key="frame" x="16" y="118" width="568" height="50"/> |
| 33 | + <rect key="frame" x="16" y="118" width="343" height="50"/> |
30 | 34 | <constraints> |
31 | 35 | <constraint firstAttribute="height" constant="50" id="cB4-bP-zAj"/> |
32 | 36 | </constraints> |
33 | 37 | <fontDescription key="fontDescription" type="system" pointSize="14"/> |
34 | 38 | <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/> |
35 | 39 | </textField> |
36 | 40 | <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Address" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="LGP-fL-2tA" customClass="SMFloatingLabelTextField"> |
37 | | - <rect key="frame" x="16" y="192" width="568" height="50"/> |
| 41 | + <rect key="frame" x="16" y="192" width="343" height="50"/> |
38 | 42 | <constraints> |
39 | 43 | <constraint firstAttribute="height" constant="50" id="MSR-z4-5lD"/> |
40 | 44 | </constraints> |
41 | 45 | <fontDescription key="fontDescription" type="system" pointSize="14"/> |
42 | 46 | <textInputTraits key="textInputTraits"/> |
43 | 47 | </textField> |
44 | 48 | </subviews> |
45 | | - <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 49 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
46 | 50 | <constraints> |
47 | 51 | <constraint firstItem="O6v-c2-u0k" firstAttribute="top" secondItem="uEw-UM-LJ8" secondAttribute="bottom" constant="24" id="28A-6h-Tmw"/> |
48 | 52 | <constraint firstItem="8kl-vL-8WK" firstAttribute="leading" secondItem="TpU-gO-2f1" secondAttribute="leading" constant="16" id="8nD-YM-0aa"/> |
|
57 | 61 | </view> |
58 | 62 | <connections> |
59 | 63 | <outlet property="addressTextField" destination="LGP-fL-2tA" id="cuZ-4x-gec"/> |
| 64 | + <outlet property="lastNameTextField" destination="8kl-vL-8WK" id="A4c-bg-yH1"/> |
60 | 65 | </connections> |
61 | 66 | </viewController> |
62 | 67 | <placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/> |
|
0 commit comments