123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
- <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="264" id="KGk-i7-Jjw" customClass="RQDspVideoDetailCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <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="375" height="667"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bYg-9c-xdQ">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- </imageView>
- </subviews>
- </tableViewCellContentView>
- <constraints>
- <constraint firstItem="bYg-9c-xdQ" firstAttribute="top" secondItem="KGk-i7-Jjw" secondAttribute="top" id="59W-Cy-oDW"/>
- <constraint firstAttribute="bottom" secondItem="bYg-9c-xdQ" secondAttribute="bottom" id="C2b-EJ-DMp"/>
- <constraint firstAttribute="trailing" secondItem="bYg-9c-xdQ" secondAttribute="trailing" id="FLy-a8-bNM"/>
- <constraint firstItem="bYg-9c-xdQ" firstAttribute="leading" secondItem="KGk-i7-Jjw" secondAttribute="leading" id="bIw-3q-fLa"/>
- </constraints>
- <connections>
- <outlet property="coverImageView" destination="bYg-9c-xdQ" id="lbm-Cv-fhQ"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="156.02678571428569"/>
- </tableViewCell>
- </objects>
- </document>
|