51 lines
4.0 KiB
Plaintext
51 lines
4.0 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
||
|
|
<dependencies>
|
||
|
|
<deployment identifier="iOS"/>
|
||
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
|
||
|
|
<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="YYRoomGamePickCell">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="75" height="123"/>
|
||
|
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="75" height="123"/>
|
||
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||
|
|
<subviews>
|
||
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="game_lrs" translatesAutoresizingMaskIntoConstraints="NO" id="Jk6-bi-SyD">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
|
||
|
|
</imageView>
|
||
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="N3N-va-Jge">
|
||
|
|
<rect key="frame" x="0.0" y="87" width="75" height="14.5"/>
|
||
|
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
||
|
|
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
|
<nil key="highlightedColor"/>
|
||
|
|
</label>
|
||
|
|
</subviews>
|
||
|
|
</view>
|
||
|
|
<constraints>
|
||
|
|
<constraint firstItem="Jk6-bi-SyD" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="0wi-vE-X29"/>
|
||
|
|
<constraint firstItem="N3N-va-Jge" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="4vB-xi-kKG"/>
|
||
|
|
<constraint firstItem="N3N-va-Jge" firstAttribute="top" secondItem="Jk6-bi-SyD" secondAttribute="bottom" constant="12" id="GkA-5h-hCm"/>
|
||
|
|
<constraint firstAttribute="width" secondItem="Jk6-bi-SyD" secondAttribute="height" id="afa-Ss-Vdq"/>
|
||
|
|
<constraint firstAttribute="trailing" secondItem="Jk6-bi-SyD" secondAttribute="trailing" id="fuA-EE-Wgd"/>
|
||
|
|
<constraint firstAttribute="trailing" secondItem="N3N-va-Jge" secondAttribute="trailing" id="p6D-8I-x51"/>
|
||
|
|
<constraint firstItem="Jk6-bi-SyD" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="sgD-nf-nMO"/>
|
||
|
|
</constraints>
|
||
|
|
<size key="customSize" width="184" height="208"/>
|
||
|
|
<connections>
|
||
|
|
<outlet property="imgV" destination="Jk6-bi-SyD" id="ohT-Ka-Gkb"/>
|
||
|
|
<outlet property="nameLab" destination="N3N-va-Jge" id="f7x-mp-mcM"/>
|
||
|
|
</connections>
|
||
|
|
<point key="canvasLocation" x="228.2608695652174" y="152.34375"/>
|
||
|
|
</collectionViewCell>
|
||
|
|
</objects>
|
||
|
|
<resources>
|
||
|
|
<image name="game_lrs" width="55" height="55"/>
|
||
|
|
</resources>
|
||
|
|
</document>
|