ArticleTextCell.xib 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="ArticleTextCell">
  14. <rect key="frame" x="0.0" y="0.0" width="403" height="105"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="403" height="105"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" horizontalCompressionResistancePriority="1000" usesAttributedText="YES" lineBreakMode="characterWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ew1-AN-3q2">
  21. <rect key="frame" x="12" y="0.0" width="379" height="95"/>
  22. <attributedString key="attributedText"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. </subviews>
  26. <constraints>
  27. <constraint firstItem="Ew1-AN-3q2" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="HcC-CM-Wnn"/>
  28. <constraint firstItem="Ew1-AN-3q2" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="PRX-1Y-JtD"/>
  29. <constraint firstAttribute="bottom" secondItem="Ew1-AN-3q2" secondAttribute="bottom" constant="10" id="QCK-Kh-u1O"/>
  30. <constraint firstAttribute="trailing" secondItem="Ew1-AN-3q2" secondAttribute="trailing" constant="12" id="ZKc-sJ-u3C"/>
  31. </constraints>
  32. </tableViewCellContentView>
  33. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  34. <connections>
  35. <outlet property="contentLab" destination="Ew1-AN-3q2" id="G8f-Gy-eAD"/>
  36. </connections>
  37. <point key="canvasLocation" x="84.782608695652186" y="74.665178571428569"/>
  38. </tableViewCell>
  39. </objects>
  40. </document>