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

82 lines
6.2 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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="InheritanceViewReady" customModule="PayCash" customModuleProvider="target">
<connections>
<outlet property="accountLbl" destination="MrL-RH-T4d" id="xhj-rO-NQ0"/>
</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="97"/>
<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" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MrL-RH-T4d">
<rect key="frame" x="12" y="8" width="390" height="17"/>
<constraints>
<constraint firstAttribute="height" constant="17" id="QIn-Wu-yKP"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lUH-BW-8AR">
<rect key="frame" x="0.0" y="37" width="414" height="1"/>
<color key="backgroundColor" name="Marble"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="Yri-uJ-GYh"/>
</constraints>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zMW-xf-okf">
<rect key="frame" x="0.0" y="41" width="414" height="48"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="Tot-DB-dAs"/>
</constraints>
<state key="normal">
<color key="titleColor" name="TextDeepWater"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="lzTitle" value="inheritance.execute"/>
<userDefinedRuntimeAttribute type="string" keyPath="fontNamed" value="medium_14"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="onExecute:" destination="-1" eventType="touchUpInside" id="wPh-il-1oo"/>
</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 firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="zMW-xf-okf" secondAttribute="trailing" id="48l-Hu-GPJ"/>
<constraint firstItem="lUH-BW-8AR" firstAttribute="top" secondItem="MrL-RH-T4d" secondAttribute="bottom" constant="12" id="9sb-fL-Ebq"/>
<constraint firstItem="lUH-BW-8AR" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="CWg-oz-a1e"/>
<constraint firstItem="MrL-RH-T4d" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="8" id="FV9-WE-POs"/>
<constraint firstItem="MrL-RH-T4d" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="12" id="Kgy-pK-Ufb"/>
<constraint firstItem="zMW-xf-okf" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="X3d-gT-56J"/>
<constraint firstAttribute="trailing" secondItem="MrL-RH-T4d" secondAttribute="trailing" constant="12" id="bX1-0I-S0g"/>
<constraint firstItem="lUH-BW-8AR" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="rjk-g8-jOW"/>
<constraint firstItem="zMW-xf-okf" firstAttribute="top" secondItem="lUH-BW-8AR" secondAttribute="top" constant="4" id="xAZ-Wc-vGb"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="zMW-xf-okf" secondAttribute="bottom" constant="8" id="zkN-xX-Bi6"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="140.57971014492756" y="153.68303571428569"/>
</view>
</objects>
<resources>
<namedColor name="Marble">
<color red="0.92900002002716064" green="0.93300002813339233" blue="0.93300002813339233" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="TextDeepWater">
<color red="0.093999996781349182" green="0.27099999785423279" blue="0.47499999403953552" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>