VideoCollectionViewCell.xib 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="VideoCollectionViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="237" height="217"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="237" height="217"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4CO-AO-zT3">
  22. <rect key="frame" x="0.0" y="0.0" width="237" height="217"/>
  23. </imageView>
  24. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OmB-CN-r7E">
  25. <rect key="frame" x="0.0" y="0.0" width="237" height="217"/>
  26. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  27. </view>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="84X-01-0Px">
  29. <rect key="frame" x="5" y="212" width="0.0" height="0.0"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  31. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. </view>
  36. <constraints>
  37. <constraint firstAttribute="bottom" secondItem="84X-01-0Px" secondAttribute="bottom" constant="5" id="5g5-2o-wTb"/>
  38. <constraint firstItem="4CO-AO-zT3" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Kmw-NI-0zu"/>
  39. <constraint firstAttribute="bottom" secondItem="OmB-CN-r7E" secondAttribute="bottom" id="YXK-sP-OGO"/>
  40. <constraint firstItem="OmB-CN-r7E" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="ZoK-oS-CpW"/>
  41. <constraint firstAttribute="trailing" secondItem="OmB-CN-r7E" secondAttribute="trailing" id="dnd-4l-7FG"/>
  42. <constraint firstItem="4CO-AO-zT3" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="fW3-WV-EGC"/>
  43. <constraint firstAttribute="bottom" secondItem="4CO-AO-zT3" secondAttribute="bottom" id="gfH-JG-VVy"/>
  44. <constraint firstItem="84X-01-0Px" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="5" id="jBW-E8-T7Z"/>
  45. <constraint firstAttribute="trailing" secondItem="4CO-AO-zT3" secondAttribute="trailing" id="no0-yg-XU9"/>
  46. <constraint firstItem="OmB-CN-r7E" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="ra4-9P-Nzs"/>
  47. </constraints>
  48. <size key="customSize" width="237" height="217"/>
  49. <connections>
  50. <outlet property="backView" destination="OmB-CN-r7E" id="tyd-S9-Pad"/>
  51. <outlet property="placeLabel" destination="84X-01-0Px" id="Nac-eL-pKm"/>
  52. <outlet property="videoImageView" destination="4CO-AO-zT3" id="EVr-ou-exX"/>
  53. </connections>
  54. <point key="canvasLocation" x="-42.5" y="-32.5"/>
  55. </collectionViewCell>
  56. </objects>
  57. </document>