| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
- <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="59" id="KGk-i7-Jjw" customClass="STTableTextCell">
- <rect key="frame" x="0.0" y="0.0" width="290" height="59"/>
- <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="290" height="59"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bg_cz" translatesAutoresizingMaskIntoConstraints="NO" id="ORK-f8-a6l">
- <rect key="frame" x="8" y="14.5" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="k6u-iJ-CL5"/>
- <constraint firstAttribute="height" constant="30" id="myK-XB-Wmk"/>
- </constraints>
- </imageView>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Q77-Q0-8hb">
- <rect key="frame" x="46" y="14.5" width="236" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="iqt-3L-9r8"/>
- </constraints>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HrI-XZ-aLn">
- <rect key="frame" x="8" y="57.5" width="282" height="1"/>
- <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="Od2-dr-s4h"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="Q77-Q0-8hb" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="CYM-Yy-94f"/>
- <constraint firstItem="ORK-f8-a6l" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Fkm-6O-cbq"/>
- <constraint firstAttribute="trailing" secondItem="HrI-XZ-aLn" secondAttribute="trailing" id="jKH-Ah-0da"/>
- <constraint firstAttribute="bottom" secondItem="HrI-XZ-aLn" secondAttribute="bottom" id="mSV-QU-YqP"/>
- <constraint firstItem="ORK-f8-a6l" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="uQj-ym-IhC"/>
- <constraint firstItem="Q77-Q0-8hb" firstAttribute="leading" secondItem="ORK-f8-a6l" secondAttribute="trailing" constant="8" id="vun-C0-9hf"/>
- <constraint firstItem="HrI-XZ-aLn" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="xL2-Cf-WXw"/>
- <constraint firstAttribute="trailing" secondItem="Q77-Q0-8hb" secondAttribute="trailing" constant="8" id="yXY-6c-AJ9"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="leftImgView" destination="ORK-f8-a6l" id="HJG-cp-ur7"/>
- <outlet property="separatorView" destination="HrI-XZ-aLn" id="vEO-Ph-dU9"/>
- <outlet property="textField" destination="Q77-Q0-8hb" id="hlD-La-nq6"/>
- </connections>
- <point key="canvasLocation" x="10" y="59.5"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="bg_cz" width="620" height="310"/>
- </resources>
- </document>
|