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

119 lines
10 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
<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="AccountControllerAbout" customModule="PayCash" customModuleProvider="target">
<connections>
<outlet property="descriptionLabel" destination="LPj-cy-vfF" id="bJs-UH-urd"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PHz-s7-JmV">
<rect key="frame" x="0.0" y="44" width="414" height="818"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="12" translatesAutoresizingMaskIntoConstraints="NO" id="lH8-wP-sNV">
<rect key="frame" x="0.0" y="0.0" width="414" height="268"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mw7-Ii-NcN">
<rect key="frame" x="0.0" y="0.0" width="414" height="128"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="account-onboarding-logo" translatesAutoresizingMaskIntoConstraints="NO" id="MBA-RC-cwx">
<rect key="frame" x="114.5" y="20" width="185" height="40"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="Xvv-2Z-HhZ"/>
<constraint firstAttribute="width" constant="185" id="jNv-fX-jtV"/>
</constraints>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ofm-fR-G0K" customClass="CommonButtonAction" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="12" y="72" width="390" height="40"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="CR2-Wv-QG7"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="styleName" value="tertiary"/>
<userDefinedRuntimeAttribute type="string" keyPath="lzTitle" value="malinka.life"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="paycashPressed:" destination="-1" eventType="touchUpInside" id="dNO-yf-Oxh"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="MBA-RC-cwx" firstAttribute="top" secondItem="mw7-Ii-NcN" secondAttribute="top" constant="20" id="60Q-tk-xAI"/>
<constraint firstItem="ofm-fR-G0K" firstAttribute="top" secondItem="MBA-RC-cwx" secondAttribute="bottom" constant="12" id="CwW-Tl-LTf"/>
<constraint firstItem="MBA-RC-cwx" firstAttribute="centerX" secondItem="mw7-Ii-NcN" secondAttribute="centerX" id="UVn-Tq-s8x"/>
<constraint firstAttribute="trailing" secondItem="ofm-fR-G0K" secondAttribute="trailing" constant="12" id="lTD-ig-ma1"/>
<constraint firstAttribute="bottom" secondItem="ofm-fR-G0K" secondAttribute="bottom" constant="16" id="liV-cY-gmZ"/>
<constraint firstItem="ofm-fR-G0K" firstAttribute="leading" secondItem="mw7-Ii-NcN" secondAttribute="leading" constant="12" id="wo4-cO-McM"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QCI-5T-IhM">
<rect key="frame" x="0.0" y="140" width="414" height="128"/>
<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="LPj-cy-vfF">
<rect key="frame" x="12" y="12" width="390" height="104"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="LPj-cy-vfF" firstAttribute="top" secondItem="QCI-5T-IhM" secondAttribute="top" constant="12" id="58J-7j-Jds"/>
<constraint firstAttribute="trailing" secondItem="LPj-cy-vfF" secondAttribute="trailing" constant="12" id="TBD-eI-1gt"/>
<constraint firstAttribute="bottom" secondItem="LPj-cy-vfF" secondAttribute="bottom" constant="12" id="XM6-CY-OeR"/>
<constraint firstItem="LPj-cy-vfF" firstAttribute="leading" secondItem="QCI-5T-IhM" secondAttribute="leading" constant="12" id="Xnp-fS-7hm"/>
</constraints>
</view>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="lH8-wP-sNV" firstAttribute="width" secondItem="f1K-4c-W08" secondAttribute="width" id="6DJ-No-M68"/>
<constraint firstItem="lH8-wP-sNV" firstAttribute="bottom" secondItem="AGU-Dh-i0G" secondAttribute="bottom" id="9wn-mv-XB5"/>
<constraint firstItem="lH8-wP-sNV" firstAttribute="trailing" secondItem="AGU-Dh-i0G" secondAttribute="trailing" id="BJZ-Gb-UJH"/>
<constraint firstItem="lH8-wP-sNV" firstAttribute="leading" secondItem="AGU-Dh-i0G" secondAttribute="leading" id="UTy-Ig-nJj"/>
<constraint firstItem="lH8-wP-sNV" firstAttribute="top" secondItem="AGU-Dh-i0G" secondAttribute="top" id="iWo-PB-IAZ"/>
</constraints>
<viewLayoutGuide key="contentLayoutGuide" id="AGU-Dh-i0G"/>
<viewLayoutGuide key="frameLayoutGuide" id="f1K-4c-W08"/>
</scrollView>
</subviews>
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="PHz-s7-JmV" firstAttribute="trailing" secondItem="fnl-2z-Ty3" secondAttribute="trailing" id="1ef-SL-lMk"/>
<constraint firstItem="PHz-s7-JmV" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="Hj0-lP-nQA"/>
<constraint firstItem="PHz-s7-JmV" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="cCD-TG-dkb"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="PHz-s7-JmV" secondAttribute="bottom" id="ilu-QZ-AFE"/>
</constraints>
<point key="canvasLocation" x="47.826086956521742" y="85.714285714285708"/>
</view>
</objects>
<designables>
<designable name="ofm-fR-G0K">
<size key="intrinsicContentSize" width="98" height="17"/>
</designable>
</designables>
<resources>
<image name="account-onboarding-logo" width="690" height="150"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>