ArticleImageCell.xib 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" 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="15704"/>
  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" rowHeight="268" id="KGk-i7-Jjw" customClass="ArticleImageCell">
  14. <rect key="frame" x="0.0" y="0.0" width="368" height="268"/>
  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="368" height="268"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="RiK-Zd-xP6">
  21. <rect key="frame" x="12" y="2" width="344" height="252"/>
  22. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  23. </imageView>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="l1g-3Y-Ao0">
  25. <rect key="frame" x="32" y="259" width="304" height="0.0"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  27. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. </subviews>
  31. <constraints>
  32. <constraint firstItem="l1g-3Y-Ao0" firstAttribute="top" secondItem="RiK-Zd-xP6" secondAttribute="bottom" constant="5" id="39v-UC-mTh"/>
  33. <constraint firstItem="RiK-Zd-xP6" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="Cdz-mM-TLV"/>
  34. <constraint firstAttribute="trailingMargin" secondItem="l1g-3Y-Ao0" secondAttribute="trailing" constant="12" id="MkO-V4-daI"/>
  35. <constraint firstAttribute="trailing" secondItem="RiK-Zd-xP6" secondAttribute="trailing" constant="12" id="px7-YE-uYv"/>
  36. <constraint firstItem="l1g-3Y-Ao0" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottomMargin" constant="2" id="sk3-34-2hY"/>
  37. <constraint firstItem="l1g-3Y-Ao0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="12" id="u8F-Dq-9F1"/>
  38. <constraint firstItem="RiK-Zd-xP6" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="2" id="xux-6L-YHM"/>
  39. </constraints>
  40. </tableViewCellContentView>
  41. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  42. <connections>
  43. <outlet property="imgTitleLab" destination="l1g-3Y-Ao0" id="n6Q-86-olr"/>
  44. <outlet property="imgView" destination="RiK-Zd-xP6" id="R2x-bV-WCv"/>
  45. </connections>
  46. <point key="canvasLocation" x="169.56521739130437" y="173.4375"/>
  47. </tableViewCell>
  48. </objects>
  49. </document>