mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
54 lines
4.3 KiB
XML
54 lines
4.3 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="RR5-8r-wK3" customClass="UserSearchResultCell">
|
|
<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="7WN-0M-bWj" 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="wordWrap" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ijJ-eu-mwS">
|
|
<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>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="WlV-yP-gcf" customClass="RobloxImageView">
|
|
<rect key="frame" x="10" y="124" width="9" height="9"/>
|
|
</imageView>
|
|
<view hidden="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CwF-IJ-VcX" 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="imgAvatar" destination="7WN-0M-bWj" id="ODR-D3-315"/>
|
|
<outlet property="imgIsOnline" destination="WlV-yP-gcf" id="0c6-P9-AM3"/>
|
|
<outlet property="imgLoadingSpinner" destination="CwF-IJ-VcX" id="5zp-AM-vRb"/>
|
|
<outlet property="lblName" destination="ijJ-eu-mwS" id="sdZ-LH-8Zw"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="456" y="384.5"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
</document>
|