57 lines
4.8 KiB
XML
Executable File
57 lines
4.8 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</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="KGk-i7-Jjw" customClass="SPMineCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="56"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="56"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Zln-sh-8X9">
|
|
<rect key="frame" x="20" y="19.5" width="17" height="17"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="17" id="2ao-hX-Z89"/>
|
|
<constraint firstAttribute="height" constant="17" id="REe-X8-Nyt"/>
|
|
</constraints>
|
|
</imageView>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mine_right_arrow" translatesAutoresizingMaskIntoConstraints="NO" id="DOj-Eh-6K3">
|
|
<rect key="frame" x="294" y="22" width="6" height="12.5"/>
|
|
</imageView>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9mf-ba-SZG">
|
|
<rect key="frame" x="47" y="21" width="31.5" height="14.5"/>
|
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
|
<color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="Zln-sh-8X9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="ECd-KB-MMj"/>
|
|
<constraint firstItem="9mf-ba-SZG" firstAttribute="leading" secondItem="Zln-sh-8X9" secondAttribute="trailing" constant="10" id="IUt-Fj-qlV"/>
|
|
<constraint firstAttribute="trailing" secondItem="DOj-Eh-6K3" secondAttribute="trailing" constant="20" id="O7S-0Z-8Cp"/>
|
|
<constraint firstItem="9mf-ba-SZG" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="XsV-X2-aAq"/>
|
|
<constraint firstItem="DOj-Eh-6K3" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="rt7-0L-8k1"/>
|
|
<constraint firstItem="Zln-sh-8X9" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="yRT-0z-rfV"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<connections>
|
|
<outlet property="imgV" destination="Zln-sh-8X9" id="7U5-xP-rnD"/>
|
|
<outlet property="titleLab" destination="9mf-ba-SZG" id="YYB-Ya-o9g"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="131.8840579710145" y="99.776785714285708"/>
|
|
</tableViewCell>
|
|
</objects>
|
|
<resources>
|
|
<image name="mine_right_arrow" width="6.5" height="12.5"/>
|
|
</resources>
|
|
</document>
|