BogoSearchVideoListCell.xib 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19162" 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="19144"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="BogoSearchVideoListCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="291"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="291"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="FbS-yW-hOn">
  22. <rect key="frame" x="0.0" y="0.0" width="320" height="291"/>
  23. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  24. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="e03-45-NTG">
  25. <size key="itemSize" width="128" height="128"/>
  26. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  27. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  28. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  29. </collectionViewFlowLayout>
  30. </collectionView>
  31. </subviews>
  32. <constraints>
  33. <constraint firstItem="FbS-yW-hOn" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="iEc-D3-HUs"/>
  34. <constraint firstAttribute="trailing" secondItem="FbS-yW-hOn" secondAttribute="trailing" id="mdi-pJ-Uh2"/>
  35. <constraint firstAttribute="bottom" secondItem="FbS-yW-hOn" secondAttribute="bottom" id="pLE-Bp-Yji"/>
  36. <constraint firstItem="FbS-yW-hOn" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="rrV-tM-0fl"/>
  37. </constraints>
  38. </tableViewCellContentView>
  39. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  40. <connections>
  41. <outlet property="collectionView" destination="FbS-yW-hOn" id="e54-9d-V5q"/>
  42. </connections>
  43. <point key="canvasLocation" x="-152" y="154"/>
  44. </tableViewCell>
  45. </objects>
  46. <resources>
  47. <systemColor name="systemBackgroundColor">
  48. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  49. </systemColor>
  50. </resources>
  51. </document>