RQDspVideoDetailCell.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="19519"/>
  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" rowHeight="264" id="KGk-i7-Jjw" customClass="RQDspVideoDetailCell">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  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="375" height="667"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bYg-9c-xdQ">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. </imageView>
  22. </subviews>
  23. </tableViewCellContentView>
  24. <constraints>
  25. <constraint firstItem="bYg-9c-xdQ" firstAttribute="top" secondItem="KGk-i7-Jjw" secondAttribute="top" id="59W-Cy-oDW"/>
  26. <constraint firstAttribute="bottom" secondItem="bYg-9c-xdQ" secondAttribute="bottom" id="C2b-EJ-DMp"/>
  27. <constraint firstAttribute="trailing" secondItem="bYg-9c-xdQ" secondAttribute="trailing" id="FLy-a8-bNM"/>
  28. <constraint firstItem="bYg-9c-xdQ" firstAttribute="leading" secondItem="KGk-i7-Jjw" secondAttribute="leading" id="bIw-3q-fLa"/>
  29. </constraints>
  30. <connections>
  31. <outlet property="coverImageView" destination="bYg-9c-xdQ" id="lbm-Cv-fhQ"/>
  32. </connections>
  33. <point key="canvasLocation" x="131.8840579710145" y="156.02678571428569"/>
  34. </tableViewCell>
  35. </objects>
  36. </document>