49 lines
4.0 KiB
XML
49 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
|
|
<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"/>
|
|
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="WLStakeItem">
|
|
<rect key="frame" x="0.0" y="0.0" width="85" height="32"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
<rect key="frame" x="0.0" y="0.0" width="85" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="8fX-sA-BFe">
|
|
<rect key="frame" x="0.0" y="0.0" width="85" height="32"/>
|
|
</imageView>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LHG-yo-2HH">
|
|
<rect key="frame" x="0.0" y="0.0" width="85" height="32"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
|
|
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
</view>
|
|
<constraints>
|
|
<constraint firstAttribute="trailing" secondItem="LHG-yo-2HH" secondAttribute="trailing" id="2U4-Od-1U0"/>
|
|
<constraint firstAttribute="bottom" secondItem="8fX-sA-BFe" secondAttribute="bottom" id="CeC-pl-wfk"/>
|
|
<constraint firstAttribute="trailing" secondItem="8fX-sA-BFe" secondAttribute="trailing" id="Hoi-Gc-b7N"/>
|
|
<constraint firstItem="8fX-sA-BFe" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="QIP-yd-zhN"/>
|
|
<constraint firstItem="8fX-sA-BFe" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="kfB-zV-nKO"/>
|
|
<constraint firstItem="LHG-yo-2HH" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="p4g-ol-C0n"/>
|
|
<constraint firstAttribute="bottom" secondItem="LHG-yo-2HH" secondAttribute="bottom" id="vvH-dN-QYP"/>
|
|
<constraint firstItem="LHG-yo-2HH" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="yf7-XC-fGg"/>
|
|
</constraints>
|
|
<size key="customSize" width="140" height="109"/>
|
|
<connections>
|
|
<outlet property="backImageView" destination="8fX-sA-BFe" id="2UA-ra-dzZ"/>
|
|
<outlet property="titleLabel" destination="LHG-yo-2HH" id="wvX-4V-sVX"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="198.47328244274809" y="9.5070422535211279"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
</document>
|