mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
50 lines
3.8 KiB
XML
50 lines
3.8 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>
|
|
<customFonts key="customFonts">
|
|
<mutableArray key="SourceSansPro-Semibold.ttf">
|
|
<string>SourceSansPro-Semibold</string>
|
|
</mutableArray>
|
|
</customFonts>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<collectionViewCell multipleTouchEnabled="YES" contentMode="center" id="HH9-gH-d9I" customClass="GameSearchResultCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="160" 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="160" height="220"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GYf-6s-fCf" customClass="RobloxImageView">
|
|
<rect key="frame" x="10" y="5" width="140" height="140"/>
|
|
</imageView>
|
|
<label hidden="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="_MAX TWENTY CHARACTERS_" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tZ2-Op-Tg9">
|
|
<rect key="frame" x="10" y="153" width="140" height="67"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
<color key="tintColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
<fontDescription key="fontDescription" name="SourceSansPro-Semibold" family="Source Sans Pro" pointSize="20"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<view hidden="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2Jq-zQ-GAz" customClass="RBActivityIndicatorView">
|
|
<rect key="frame" x="45" y="40" width="70" height="70"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
<size key="customSize" width="426" height="186"/>
|
|
<connections>
|
|
<outlet property="_activityIndicator" destination="2Jq-zQ-GAz" id="R8c-bi-8D3"/>
|
|
<outlet property="_thumbnail" destination="GYf-6s-fCf" id="QNI-Jh-3Rd"/>
|
|
<outlet property="_title" destination="tZ2-Op-Tg9" id="cgP-WQ-gAI"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="173" y="398.5"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
</document>
|