BogoGameListHeadView.xib 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" 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="22684"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="BogoGameListHeadView">
  14. <rect key="frame" x="0.0" y="0.0" width="394" height="272"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="xMs-rb-2nr">
  18. <rect key="frame" x="0.0" y="0.0" width="394" height="272"/>
  19. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  20. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="0.0" id="A3q-dt-bzD">
  21. <size key="itemSize" width="70" height="103"/>
  22. <size key="headerReferenceSize" width="10" height="0.0"/>
  23. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  24. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  25. </collectionViewFlowLayout>
  26. </collectionView>
  27. </subviews>
  28. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  29. <constraints>
  30. <constraint firstAttribute="trailing" secondItem="xMs-rb-2nr" secondAttribute="trailing" id="HSR-eI-oTA"/>
  31. <constraint firstItem="xMs-rb-2nr" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="gRf-bk-9BT"/>
  32. <constraint firstItem="xMs-rb-2nr" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="jKz-vB-A4f"/>
  33. <constraint firstAttribute="bottom" secondItem="xMs-rb-2nr" secondAttribute="bottom" id="wBC-sp-nNb"/>
  34. </constraints>
  35. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  36. <connections>
  37. <outlet property="collectionView" destination="xMs-rb-2nr" id="8IB-Ge-myJ"/>
  38. </connections>
  39. <point key="canvasLocation" x="104" y="96"/>
  40. </view>
  41. </objects>
  42. <resources>
  43. <systemColor name="systemBackgroundColor">
  44. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  45. </systemColor>
  46. </resources>
  47. </document>