ExplainCell.xib 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ExplainCell" rowHeight="265" id="KGk-i7-Jjw" customClass="ExplainCell">
  13. <rect key="frame" x="0.0" y="0.0" width="330" height="265"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="330" height="265"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <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">
  20. <rect key="frame" x="42.5" y="0.0" width="245" height="0.0"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="245" id="icM-B6-rKU"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="15"/>
  25. <nil key="textColor"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. </subviews>
  29. <constraints>
  30. <constraint firstItem="PHl-JG-foT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="fEZ-hd-vqN"/>
  31. <constraint firstItem="PHl-JG-foT" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="xxa-Ab-ei7"/>
  32. </constraints>
  33. </tableViewCellContentView>
  34. <connections>
  35. <outlet property="explainLabel" destination="PHl-JG-foT" id="9qG-ax-E2l"/>
  36. </connections>
  37. <point key="canvasLocation" x="37" y="129.5"/>
  38. </tableViewCell>
  39. </objects>
  40. </document>