| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="iN0-l3-epB" customClass="BGReadTextView">
- <rect key="frame" x="0.0" y="0.0" width="414" height="85"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eRf-am-GiF">
- <rect key="frame" x="10" y="32.5" width="40" height="20"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WZE-ra-UeS">
- <rect key="frame" x="359.5" y="32.5" width="40" height="20"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="LC9-2F-eqL">
- <rect key="frame" x="60" y="33.5" width="287.5" height="18.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
- </textField>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="WZE-ra-UeS" firstAttribute="centerY" secondItem="LC9-2F-eqL" secondAttribute="centerY" id="69H-UI-3lO"/>
- <constraint firstItem="eRf-am-GiF" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="10" id="74x-zY-ofb"/>
- <constraint firstItem="LC9-2F-eqL" firstAttribute="centerY" secondItem="eRf-am-GiF" secondAttribute="centerY" id="9Tl-2v-b7F"/>
- <constraint firstItem="WZE-ra-UeS" firstAttribute="leading" secondItem="LC9-2F-eqL" secondAttribute="trailing" constant="12" id="eD0-tE-tuG"/>
- <constraint firstItem="LC9-2F-eqL" firstAttribute="leading" secondItem="eRf-am-GiF" secondAttribute="trailing" constant="10" id="i38-5l-Sb3"/>
- <constraint firstAttribute="trailing" secondItem="WZE-ra-UeS" secondAttribute="trailing" constant="14.5" id="jZU-NI-XFE"/>
- <constraint firstItem="eRf-am-GiF" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="xdi-t7-L6v"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="labDes" destination="WZE-ra-UeS" id="JbY-td-8aq"/>
- <outlet property="labName" destination="eRf-am-GiF" id="cEX-JX-sds"/>
- <outlet property="textFiled" destination="LC9-2F-eqL" id="EoO-ti-NSg"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="-193.86160714285714"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|