| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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="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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="BogoGameListHeadCell">
- <rect key="frame" x="0.0" y="0.0" width="116" height="110"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="116" height="110"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="RWc-f8-F2p">
- <rect key="frame" x="28" y="0.0" width="60" height="60"/>
- <constraints>
- <constraint firstAttribute="height" constant="60" id="ET6-59-VaM"/>
- <constraint firstAttribute="width" constant="60" id="VBi-W7-LuK"/>
- </constraints>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nIq-NM-xaJ">
- <rect key="frame" x="0.0" y="73" width="116" height="27"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <state key="normal" title="Button">
- <color key="titleColor" red="0.10196078431372549" green="0.10196078431372549" blue="0.10196078431372549" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="nIq-NM-xaJ" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="GQ7-Z7-4AG"/>
- <constraint firstItem="nIq-NM-xaJ" firstAttribute="centerX" secondItem="RWc-f8-F2p" secondAttribute="centerX" id="KHs-qN-nHC"/>
- <constraint firstAttribute="trailing" secondItem="nIq-NM-xaJ" secondAttribute="trailing" id="XFG-dS-5vm"/>
- <constraint firstItem="RWc-f8-F2p" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="eCz-9b-YSc"/>
- <constraint firstItem="RWc-f8-F2p" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="jxp-Fh-hZw"/>
- <constraint firstItem="nIq-NM-xaJ" firstAttribute="top" secondItem="RWc-f8-F2p" secondAttribute="bottom" constant="13" id="x8Z-Og-J9g"/>
- </constraints>
- <size key="customSize" width="208" height="165"/>
- <connections>
- <outlet property="imgView" destination="RWc-f8-F2p" id="CDi-xq-Vdy"/>
- <outlet property="topicTitleBtn" destination="nIq-NM-xaJ" id="Rcn-Wo-mfX"/>
- </connections>
- <point key="canvasLocation" x="82.608695652173921" y="125.89285714285714"/>
- </collectionViewCell>
- </objects>
- </document>
|