|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17700" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="XoD-EK-7mu"> |
| 3 | + <device id="retina4_7" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/> |
| 6 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 7 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
| 8 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 9 | + </dependencies> |
| 10 | + <scenes> |
| 11 | + <!--View Controller--> |
| 12 | + <scene sceneID="yKR-st-fBH"> |
| 13 | + <objects> |
| 14 | + <viewController id="XoD-EK-7mu" customClass="PTViewController" sceneMemberID="viewController"> |
| 15 | + <view key="view" contentMode="scaleToFill" id="ZpS-WX-lBQ"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 18 | + <subviews> |
| 19 | + <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="Lwc-Od-25m"> |
| 20 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 21 | + <subviews> |
| 22 | + <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="sn7-Se-ayI"> |
| 23 | + <rect key="frame" x="0.0" y="0.0" width="375" height="633"/> |
| 24 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 25 | + <color key="textColor" systemColor="labelColor"/> |
| 26 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 27 | + <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 28 | + </textView> |
| 29 | + <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="sDG-vC-Idt"> |
| 30 | + <rect key="frame" x="0.0" y="633" width="375" height="34"/> |
| 31 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 32 | + <textInputTraits key="textInputTraits"/> |
| 33 | + <connections> |
| 34 | + <outlet property="delegate" destination="XoD-EK-7mu" id="Iym-k3-nw2"/> |
| 35 | + </connections> |
| 36 | + </textField> |
| 37 | + </subviews> |
| 38 | + </stackView> |
| 39 | + </subviews> |
| 40 | + <viewLayoutGuide key="safeArea" id="H3d-So-F21"/> |
| 41 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 42 | + <constraints> |
| 43 | + <constraint firstItem="Lwc-Od-25m" firstAttribute="top" secondItem="H3d-So-F21" secondAttribute="top" id="2Cb-dL-wmr"/> |
| 44 | + <constraint firstItem="Lwc-Od-25m" firstAttribute="trailing" secondItem="H3d-So-F21" secondAttribute="trailing" id="CiZ-R3-EKm"/> |
| 45 | + <constraint firstItem="Lwc-Od-25m" firstAttribute="bottom" secondItem="H3d-So-F21" secondAttribute="bottom" id="MpS-3H-aO4"/> |
| 46 | + <constraint firstItem="Lwc-Od-25m" firstAttribute="leading" secondItem="H3d-So-F21" secondAttribute="leading" id="SUl-yw-6Ds"/> |
| 47 | + </constraints> |
| 48 | + </view> |
| 49 | + <connections> |
| 50 | + <outlet property="bottomConstraint" destination="MpS-3H-aO4" id="8bh-Pz-OTa"/> |
| 51 | + <outlet property="inputTextField" destination="sDG-vC-Idt" id="ESd-nE-inH"/> |
| 52 | + <outlet property="outputTextView" destination="sn7-Se-ayI" id="gpK-xr-WO0"/> |
| 53 | + <outlet property="stackView" destination="Lwc-Od-25m" id="UqS-jm-cOb"/> |
| 54 | + <outlet property="view" destination="ZpS-WX-lBQ" id="BJY-eX-gL1"/> |
| 55 | + </connections> |
| 56 | + </viewController> |
| 57 | + <placeholder placeholderIdentifier="IBFirstResponder" id="xew-Tq-f0z" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 58 | + </objects> |
| 59 | + <point key="canvasLocation" x="139" y="138"/> |
| 60 | + </scene> |
| 61 | + </scenes> |
| 62 | + <resources> |
| 63 | + <systemColor name="labelColor"> |
| 64 | + <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 65 | + </systemColor> |
| 66 | + <systemColor name="systemBackgroundColor"> |
| 67 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 68 | + </systemColor> |
| 69 | + </resources> |
| 70 | +</document> |
0 commit comments