| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="90" id="KGk-i7-Jjw" customClass="MOGuildInputBaseCell">
- <rect key="frame" x="0.0" y="0.0" width="324" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="324" height="90"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wo4-fL-cKO">
- <rect key="frame" x="15" y="35" width="36" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="MNO-JR-xYi"/>
- <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="36" id="wM9-iz-asj"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="4xh-cn-mKH">
- <rect key="frame" x="161" y="5" width="150" height="80"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="ZrO-C3-gx5"/>
- </constraints>
- <color key="textColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="calibratedRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="voG-6C-Qz8">
- <rect key="frame" x="14" y="89" width="296" height="1"/>
- <color key="backgroundColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="jjU-sA-tAA" customClass="LBDesignableOnePixelConstant">
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="onePixelConstant">
- <integer key="value" value="1"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </constraint>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="voG-6C-Qz8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="Arc-F1-Xtw"/>
- <constraint firstItem="Wo4-fL-cKO" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="KrK-o0-xEX"/>
- <constraint firstAttribute="trailing" secondItem="voG-6C-Qz8" secondAttribute="trailing" constant="14" id="UBj-df-9iA"/>
- <constraint firstAttribute="bottom" secondItem="4xh-cn-mKH" secondAttribute="bottom" constant="5" id="YbM-1k-b5l"/>
- <constraint firstAttribute="bottom" secondItem="voG-6C-Qz8" secondAttribute="bottom" id="YfM-WI-lLe"/>
- <constraint firstItem="4xh-cn-mKH" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="aDt-LJ-ahW"/>
- <constraint firstItem="Wo4-fL-cKO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="pde-5Y-xnk"/>
- <constraint firstAttribute="trailing" secondItem="4xh-cn-mKH" secondAttribute="trailing" constant="13" id="xdb-vD-Vha"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="inputTxf" destination="4xh-cn-mKH" id="7cr-nB-1Qf"/>
- <outlet property="titleLab" destination="Wo4-fL-cKO" id="na9-ov-3Ht"/>
- </connections>
- <point key="canvasLocation" x="132.82442748091603" y="4.9295774647887329"/>
- </tableViewCell>
- </objects>
- </document>
|