1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <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="268" id="KGk-i7-Jjw" customClass="ArticleImageCell">
- <rect key="frame" x="0.0" y="0.0" width="368" height="268"/>
- <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="368" height="268"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="RiK-Zd-xP6">
- <rect key="frame" x="12" y="2" width="344" height="252"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </imageView>
- <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">
- <rect key="frame" x="32" y="259" width="304" height="0.0"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="l1g-3Y-Ao0" firstAttribute="top" secondItem="RiK-Zd-xP6" secondAttribute="bottom" constant="5" id="39v-UC-mTh"/>
- <constraint firstItem="RiK-Zd-xP6" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="Cdz-mM-TLV"/>
- <constraint firstAttribute="trailingMargin" secondItem="l1g-3Y-Ao0" secondAttribute="trailing" constant="12" id="MkO-V4-daI"/>
- <constraint firstAttribute="trailing" secondItem="RiK-Zd-xP6" secondAttribute="trailing" constant="12" id="px7-YE-uYv"/>
- <constraint firstItem="l1g-3Y-Ao0" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottomMargin" constant="2" id="sk3-34-2hY"/>
- <constraint firstItem="l1g-3Y-Ao0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="12" id="u8F-Dq-9F1"/>
- <constraint firstItem="RiK-Zd-xP6" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="2" id="xux-6L-YHM"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="imgTitleLab" destination="l1g-3Y-Ao0" id="n6Q-86-olr"/>
- <outlet property="imgView" destination="RiK-Zd-xP6" id="R2x-bV-WCv"/>
- </connections>
- <point key="canvasLocation" x="169.56521739130437" y="173.4375"/>
- </tableViewCell>
- </objects>
- </document>
|