bitcoin-private-ios-wallet/Bitcoin Private/Views/Cells/WordSuggestionCell.xib

46 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<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" reuseIdentifier="WordSuggestionCell" id="gTV-IL-0wX" customClass="WordSuggestionCell" customModule="BlockEQ" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="167" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="167" height="50"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qnP-Sf-KEY">
<rect key="frame" x="10" y="0.0" width="147" height="50"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</view>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="qnP-Sf-KEY" secondAttribute="bottom" id="CnI-Oh-BSX"/>
<constraint firstAttribute="trailing" secondItem="qnP-Sf-KEY" secondAttribute="trailing" constant="10" id="EmP-KA-xhI"/>
<constraint firstItem="qnP-Sf-KEY" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="10" id="YMv-BY-NSS"/>
<constraint firstItem="qnP-Sf-KEY" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="gai-PC-TpW"/>
</constraints>
<viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
<size key="customSize" width="167" height="50"/>
<connections>
<outlet property="titleLabel" destination="qnP-Sf-KEY" id="0Vc-WH-Iec"/>
</connections>
<point key="canvasLocation" x="-24.5" y="54"/>
</collectionViewCell>
</objects>
</document>