mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
39 lines
2.9 KiB
XML
39 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5056" systemVersion="13D65" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment defaultVersion="1536" identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="H3i-QG-flo" customClass="ExtendedSegmentedControlCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="H3i-QG-flo" id="Byq-gH-7H4">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ez9-UX-Ob4">
|
|
<rect key="frame" x="20" y="11" width="253" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Check.png" translatesAutoresizingMaskIntoConstraints="NO" id="M4I-a6-1N8">
|
|
<rect key="frame" x="281" y="11" width="35" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
</imageView>
|
|
</subviews>
|
|
</tableViewCellContentView>
|
|
<connections>
|
|
<outlet property="checkImage" destination="M4I-a6-1N8" id="phT-sd-FdG"/>
|
|
<outlet property="title" destination="ez9-UX-Ob4" id="QrN-zJ-JsR"/>
|
|
</connections>
|
|
</tableViewCell>
|
|
</objects>
|
|
<resources>
|
|
<image name="Check.png" width="15" height="12"/>
|
|
</resources>
|
|
</document>
|