Files
2022-05-27 20:21:01 +03:00

68 lines
5.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" 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="17703"/>
<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" customClass="CommonViewAlert" customModule="PayCash" customModuleProvider="target">
<connections>
<outlet property="imgView" destination="EVf-Wl-qre" id="djH-ah-uhr"/>
<outlet property="textLbl" destination="Csw-xm-ssc" id="lrU-XG-R4y"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CommonViewContainer" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="414" height="52"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<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="Csw-xm-ssc">
<rect key="frame" x="48" y="12" width="354" height="28"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="EVf-Wl-qre">
<rect key="frame" x="12" y="12" width="28" height="28"/>
<constraints>
<constraint firstAttribute="width" constant="28" id="40k-uB-uYH"/>
<constraint firstAttribute="height" constant="28" id="Cz3-Ga-ajk"/>
</constraints>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gQk-CI-8nD">
<rect key="frame" x="0.0" y="0.0" width="414" height="52"/>
<connections>
<action selector="onAction:" destination="-1" eventType="touchUpInside" id="uNf-fY-RUv"/>
</connections>
</button>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="gQk-CI-8nD" firstAttribute="bottom" secondItem="vUN-kp-3ea" secondAttribute="bottom" id="9GQ-at-jwd"/>
<constraint firstAttribute="trailing" secondItem="Csw-xm-ssc" secondAttribute="trailing" constant="12" id="Eey-DM-s8w"/>
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="EVf-Wl-qre" secondAttribute="bottom" constant="12" id="FDd-Vi-aBa"/>
<constraint firstItem="gQk-CI-8nD" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="IEt-lD-bXA"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="Csw-xm-ssc" secondAttribute="bottom" constant="12" id="Q28-nX-nbq"/>
<constraint firstItem="EVf-Wl-qre" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="12" id="QyR-Ps-twY"/>
<constraint firstItem="EVf-Wl-qre" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="12" id="bDe-x1-1tx"/>
<constraint firstItem="Csw-xm-ssc" firstAttribute="leading" secondItem="EVf-Wl-qre" secondAttribute="trailing" constant="8" id="cd1-Nj-OtT"/>
<constraint firstItem="Csw-xm-ssc" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="12" id="h9q-2q-yJJ"/>
<constraint firstItem="gQk-CI-8nD" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="m0Y-7k-eHm"/>
<constraint firstItem="gQk-CI-8nD" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="orW-28-jex"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="-513.04347826086962" y="0.6696428571428571"/>
</view>
</objects>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>