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

82 lines
7.0 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_0" 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"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="TransactionHistoryCell" rowHeight="80" id="KGk-i7-Jjw" customClass="TransactionHistoryCell" customModule="Bitcoin_Private" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
<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="79.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Received" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FOH-as-YRs">
<rect key="frame" x="16" y="17" width="123" height="22"/>
<constraints>
<constraint firstAttribute="height" constant="22" id="K5u-GU-aJg"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Yesterday" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZPq-yZ-ddv">
<rect key="frame" x="16" y="40" width="123" height="22"/>
<constraints>
<constraint firstAttribute="height" constant="22" id="098-bw-04f"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2.87564" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MQD-ZE-nFL">
<rect key="frame" x="159" y="17" width="145" height="44.5"/>
<constraints>
<constraint firstAttribute="width" constant="145" id="NFH-kJ-Fb0"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lsK-ua-Ln9">
<rect key="frame" x="0.0" y="78.5" width="320" height="1"/>
<color key="backgroundColor" red="0.84705882352941175" green="0.84705882352941175" blue="0.84705882352941175" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="WTd-34-L68"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="lsK-ua-Ln9" secondAttribute="trailing" id="GQa-qR-eIN"/>
<constraint firstItem="FOH-as-YRs" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="17" id="K5T-jl-a2f"/>
<constraint firstAttribute="trailing" secondItem="MQD-ZE-nFL" secondAttribute="trailing" constant="16" id="K7V-I9-uUF"/>
<constraint firstAttribute="bottom" secondItem="lsK-ua-Ln9" secondAttribute="bottom" id="LYw-5g-559"/>
<constraint firstItem="MQD-ZE-nFL" firstAttribute="leading" secondItem="FOH-as-YRs" secondAttribute="trailing" constant="20" id="Red-NZ-3T8"/>
<constraint firstItem="ZPq-yZ-ddv" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="Xj6-v8-KSV"/>
<constraint firstItem="lsK-ua-Ln9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="ZDC-sK-otZ"/>
<constraint firstItem="lsK-ua-Ln9" firstAttribute="top" secondItem="ZPq-yZ-ddv" secondAttribute="bottom" constant="17" id="adD-uc-gAN"/>
<constraint firstItem="FOH-as-YRs" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="cL9-Hs-2zy"/>
<constraint firstItem="MQD-ZE-nFL" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="17" id="d6P-pk-cGI"/>
<constraint firstItem="MQD-ZE-nFL" firstAttribute="leading" secondItem="ZPq-yZ-ddv" secondAttribute="trailing" constant="20" id="gQN-uo-gX3"/>
<constraint firstItem="lsK-ua-Ln9" firstAttribute="top" secondItem="MQD-ZE-nFL" secondAttribute="bottom" constant="17" id="jn9-ya-42C"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<connections>
<outlet property="activityLabel" destination="FOH-as-YRs" id="r08-f0-H1s"/>
<outlet property="amountLabel" destination="MQD-ZE-nFL" id="Mik-J6-aad"/>
<outlet property="dateLabel" destination="ZPq-yZ-ddv" id="whm-7u-msU"/>
</connections>
<point key="canvasLocation" x="-79" y="57"/>
</tableViewCell>
</objects>
</document>