46 lines
3.3 KiB
XML
46 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
<capability name="System colors in document resources" minToolsVersion="11.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="default" indentationWidth="10" rowHeight="302" id="KGk-i7-Jjw" customClass="DealTableViewCell" customModule="PayCash" customModuleProvider="target">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="302"/>
|
|
<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="302"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bb0-XF-KMS" customClass="P2PDealView" customModule="PayCash" customModuleProvider="target">
|
|
<rect key="frame" x="12" y="6" width="296" height="290"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
</view>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="bb0-XF-KMS" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="6" id="1QQ-L1-iJJ"/>
|
|
<constraint firstItem="bb0-XF-KMS" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="OAj-n2-Euf"/>
|
|
<constraint firstAttribute="bottom" secondItem="bb0-XF-KMS" secondAttribute="bottom" constant="6" id="UDR-8F-BwC"/>
|
|
<constraint firstAttribute="trailing" secondItem="bb0-XF-KMS" secondAttribute="trailing" constant="12" id="ZfI-so-PUz"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
|
|
<connections>
|
|
<outlet property="p2pDealView" destination="bb0-XF-KMS" id="u60-TF-80S"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="47.826086956521742" y="172.76785714285714"/>
|
|
</tableViewCell>
|
|
</objects>
|
|
<resources>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|