| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <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"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="BogoGameListHeadView">
- <rect key="frame" x="0.0" y="0.0" width="394" height="272"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="xMs-rb-2nr">
- <rect key="frame" x="0.0" y="0.0" width="394" height="272"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="0.0" id="A3q-dt-bzD">
- <size key="itemSize" width="70" height="103"/>
- <size key="headerReferenceSize" width="10" height="0.0"/>
- <size key="footerReferenceSize" width="0.0" height="0.0"/>
- <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
- </collectionViewFlowLayout>
- </collectionView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="xMs-rb-2nr" secondAttribute="trailing" id="HSR-eI-oTA"/>
- <constraint firstItem="xMs-rb-2nr" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="gRf-bk-9BT"/>
- <constraint firstItem="xMs-rb-2nr" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="jKz-vB-A4f"/>
- <constraint firstAttribute="bottom" secondItem="xMs-rb-2nr" secondAttribute="bottom" id="wBC-sp-nNb"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="collectionView" destination="xMs-rb-2nr" id="8IB-Ge-myJ"/>
- </connections>
- <point key="canvasLocation" x="104" y="96"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|