60 lines
4.7 KiB
XML
60 lines
4.7 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="Named colors" minToolsVersion="9.0"/>
|
|
<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="252" id="KGk-i7-Jjw" customClass="P2PDealTableViewCell" customModule="PayCash" customModuleProvider="target">
|
|
<rect key="frame" x="0.0" y="0.0" width="399" height="252"/>
|
|
<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="399" height="252"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="f3N-xp-Uia">
|
|
<rect key="frame" x="0.0" y="3" width="399" height="246"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
</view>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4zO-iX-RYt" customClass="P2PDealView" customModule="PayCash" customModuleProvider="target">
|
|
<rect key="frame" x="12" y="15" width="375" height="222"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" name="Gypsum"/>
|
|
<constraints>
|
|
<constraint firstItem="f3N-xp-Uia" firstAttribute="centerY" secondItem="4zO-iX-RYt" secondAttribute="centerY" id="0s1-Zy-SQ0"/>
|
|
<constraint firstItem="f3N-xp-Uia" firstAttribute="centerX" secondItem="4zO-iX-RYt" secondAttribute="centerX" id="FgF-6q-ZIK"/>
|
|
<constraint firstAttribute="trailing" secondItem="f3N-xp-Uia" secondAttribute="trailing" id="LB5-LM-0HB"/>
|
|
<constraint firstAttribute="trailing" secondItem="4zO-iX-RYt" secondAttribute="trailing" constant="12" id="Mk8-Vk-uLG"/>
|
|
<constraint firstItem="4zO-iX-RYt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="OA3-88-EyA"/>
|
|
<constraint firstItem="4zO-iX-RYt" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="PhX-NL-CBD"/>
|
|
<constraint firstItem="f3N-xp-Uia" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Zoy-cQ-ntz"/>
|
|
<constraint firstItem="f3N-xp-Uia" firstAttribute="height" secondItem="4zO-iX-RYt" secondAttribute="height" constant="24" id="eZX-uv-4zF"/>
|
|
<constraint firstAttribute="bottom" secondItem="4zO-iX-RYt" secondAttribute="bottom" constant="15" id="jbT-0A-qHo"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
|
|
<connections>
|
|
<outlet property="p2pDealView" destination="4zO-iX-RYt" id="Hht-1F-Pus"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="105.07246376811595" y="139.28571428571428"/>
|
|
</tableViewCell>
|
|
</objects>
|
|
<resources>
|
|
<namedColor name="Gypsum">
|
|
<color red="0.9649999737739563" green="0.9649999737739563" blue="0.9649999737739563" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</namedColor>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|