mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +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.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="tHy-Xk-7BH" customClass="GameSearchResultCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="140" height="215"/>
|
|
<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="140" height="215"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pHN-h4-7Cx" customClass="RobloxImageView">
|
|
<rect key="frame" x="0.0" y="0.0" 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="7gK-MI-Jge">
|
|
<rect key="frame" x="0.0" y="148" 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="1IZ-7P-CgI" customClass="RBActivityIndicatorView">
|
|
<rect key="frame" x="35" y="35" 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="1IZ-7P-CgI" id="ACA-ec-nbs"/>
|
|
<outlet property="_thumbnail" destination="pHN-h4-7Cx" id="HdM-sR-1Sr"/>
|
|
<outlet property="_title" destination="7gK-MI-Jge" id="QHX-F6-LIj"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="173" y="398.5"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
</document>
|