69 lines
5.5 KiB
XML
69 lines
5.5 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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CommonViewField" customModule="PayCash" customModuleProvider="target">
|
|
<connections>
|
|
<outlet property="marginConstraint" destination="kPu-me-K0p" id="c9S-I9-LaT"/>
|
|
<outlet property="rightButton" destination="OkP-7w-wk9" id="OJw-pI-bS2"/>
|
|
<outlet property="textLbl" destination="4CR-S4-t7z" id="GgE-q5-fog"/>
|
|
<outlet property="titleLbl" destination="olZ-Hy-IQF" id="ioS-ba-4au"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="iN0-l3-epB">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="48"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="252" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="olZ-Hy-IQF">
|
|
<rect key="frame" x="0.0" y="0.0" width="362" height="21"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4CR-S4-t7z">
|
|
<rect key="frame" x="0.0" y="25" width="362" height="23"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OkP-7w-wk9">
|
|
<rect key="frame" x="374" y="10" width="28" height="28"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="28" id="IpA-Kl-HfN"/>
|
|
<constraint firstAttribute="width" constant="28" id="dS2-I6-Bdl"/>
|
|
</constraints>
|
|
<state key="normal" title="Button" image="common-copy"/>
|
|
<connections>
|
|
<action selector="buttonDidTapInside:" destination="-1" eventType="touchUpInside" id="v9C-Kf-fq5"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<constraints>
|
|
<constraint firstAttribute="bottom" secondItem="4CR-S4-t7z" secondAttribute="bottom" id="6wV-3c-hoe"/>
|
|
<constraint firstItem="OkP-7w-wk9" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="8AL-ma-d9s"/>
|
|
<constraint firstItem="OkP-7w-wk9" firstAttribute="leading" secondItem="4CR-S4-t7z" secondAttribute="trailing" constant="12" id="Hoz-0R-cuN"/>
|
|
<constraint firstItem="olZ-Hy-IQF" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="Nmr-1h-We3"/>
|
|
<constraint firstItem="olZ-Hy-IQF" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="PNN-Oq-B3g"/>
|
|
<constraint firstItem="4CR-S4-t7z" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="Y6E-o9-Zbf"/>
|
|
<constraint firstItem="OkP-7w-wk9" firstAttribute="leading" secondItem="olZ-Hy-IQF" secondAttribute="trailing" constant="12" id="ZL8-eg-FDR"/>
|
|
<constraint firstAttribute="trailing" secondItem="OkP-7w-wk9" secondAttribute="trailing" constant="12" id="hBc-WF-WM9"/>
|
|
<constraint firstItem="4CR-S4-t7z" firstAttribute="top" secondItem="olZ-Hy-IQF" secondAttribute="bottom" constant="4" id="kPu-me-K0p"/>
|
|
</constraints>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
<point key="canvasLocation" x="366.66666666666669" y="-6.0267857142857144"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="common-copy" width="28" height="28"/>
|
|
</resources>
|
|
</document>
|