Files
2025-09-18 17:55:52 -04:00

65 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8124.4"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<collectionViewCell multipleTouchEnabled="YES" contentMode="center" id="UyC-rE-64E" customClass="GameThumbnailCell">
<rect key="frame" x="0.0" y="0.0" width="166" height="220"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="166" height="220"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zbS-gq-Dcy" customClass="RobloxImageView">
<rect key="frame" x="13" y="13" width="140" height="140"/>
</imageView>
<label hidden="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="__GAME_TITLE__" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oTO-bq-MpL">
<rect key="frame" x="12" y="153" width="142" height="24"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<color key="tintColor" cocoaTouchSystemColor="darkTextColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<nil key="highlightedColor"/>
</label>
<label hidden="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="_XYZ_Players_Online" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Ei-Fh-MWe">
<rect key="frame" x="12" y="173" width="142" height="24"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<color key="tintColor" cocoaTouchSystemColor="darkTextColor"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="NnN-RL-hma" customClass="RBActivityIndicatorView">
<rect key="frame" x="48" y="40" width="70" height="70"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
<imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Thumbs Up" translatesAutoresizingMaskIntoConstraints="NO" id="HUl-WQ-zgb">
<rect key="frame" x="8" y="198" width="16" height="16"/>
<color key="tintColor" red="0.023529414087533951" green="0.035294119268655777" blue="0.050980396568775177" alpha="1" colorSpace="deviceRGB"/>
</imageView>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zbS-aG-hrN" customClass="GameVotesView">
<rect key="frame" x="28" y="203" width="110" height="6"/>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="customSize" width="461" height="191"/>
<connections>
<outlet property="_activityIndicator" destination="NnN-RL-hma" id="5aG-B9-JYp"/>
<outlet property="_image" destination="zbS-gq-Dcy" id="QtM-I4-sH0"/>
<outlet property="_numPlayers" destination="8Ei-Fh-MWe" id="jwS-ur-z6G"/>
<outlet property="_playerVote" destination="HUl-WQ-zgb" id="k9C-i0-EdC"/>
<outlet property="_title" destination="oTO-bq-MpL" id="WSu-fm-kh4"/>
<outlet property="_votes" destination="zbS-aG-hrN" id="pMW-jI-MzV"/>
</connections>
<point key="canvasLocation" x="271" y="314"/>
</collectionViewCell>
</objects>
<resources>
<image name="Thumbs Up" width="22" height="22"/>
</resources>
</document>