| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
- <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" reuseIdentifier="ExplainCell" rowHeight="265" id="KGk-i7-Jjw" customClass="ExplainCell">
- <rect key="frame" x="0.0" y="0.0" width="330" height="265"/>
- <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="330" height="265"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PHl-JG-foT">
- <rect key="frame" x="42.5" y="0.0" width="245" height="0.0"/>
- <constraints>
- <constraint firstAttribute="width" constant="245" id="icM-B6-rKU"/>
- </constraints>
- <fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="PHl-JG-foT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="fEZ-hd-vqN"/>
- <constraint firstItem="PHl-JG-foT" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="xxa-Ab-ei7"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="explainLabel" destination="PHl-JG-foT" id="9qG-ax-E2l"/>
- </connections>
- <point key="canvasLocation" x="37" y="129.5"/>
- </tableViewCell>
- </objects>
- </document>
|