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

92 lines
6.7 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="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>
<customFonts key="customFonts">
<array key="Golos-UI_Medium.ttf">
<string>GolosUI-Medium</string>
</array>
<array key="Golos-UI_Regular.ttf">
<string>GolosUI-Regular</string>
</array>
</customFonts>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CommonViewCopy" customModule="PayCash" customModuleProvider="target">
<connections>
<outlet property="button" destination="LcM-on-3Rs" id="L8f-6q-1Nk"/>
<outlet property="textLbl" destination="TVB-e6-NsY" id="h2n-Mc-d2G"/>
<outlet property="titleLbl" destination="ZYV-Uv-Ha3" id="zx2-PE-gty"/>
</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="131"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="GFv-hU-UxT">
<rect key="frame" x="0.0" y="44" width="374" height="87"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" ambiguous="YES" text="wefwe" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZYV-Uv-Ha3">
<rect key="frame" x="0.0" y="0.0" width="374" height="71"/>
<fontDescription key="fontDescription" name="GolosUI-Medium" family="Golos UI" pointSize="10"/>
<color key="textColor" name="TextCoal"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="fontNamed" value="regular_16"/>
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="wef" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TVB-e6-NsY">
<rect key="frame" x="0.0" y="75" width="374" height="12"/>
<fontDescription key="fontDescription" name="GolosUI-Regular" family="Golos UI" pointSize="10"/>
<color key="textColor" name="TextCoal"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="fontNamed" value="medium_16"/>
</userDefinedRuntimeAttributes>
</label>
</subviews>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LcM-on-3Rs">
<rect key="frame" x="386" y="51.5" width="28" height="28"/>
<constraints>
<constraint firstAttribute="height" constant="28" id="P6r-Uq-PlN"/>
<constraint firstAttribute="width" constant="28" id="lsn-Li-x5I"/>
</constraints>
<state key="normal" image="common-copy"/>
<connections>
<action selector="onCopy:" destination="-1" eventType="touchUpInside" id="Z5m-6m-RMa"/>
</connections>
</button>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="GFv-hU-UxT" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="700-3B-rqz"/>
<constraint firstItem="LcM-on-3Rs" firstAttribute="leading" secondItem="GFv-hU-UxT" secondAttribute="trailing" constant="12" id="Dqs-hR-gpZ"/>
<constraint firstItem="LcM-on-3Rs" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="IxB-uq-phq"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="GFv-hU-UxT" secondAttribute="bottom" id="g9u-ox-0Fu"/>
<constraint firstItem="GFv-hU-UxT" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="irU-h6-vGR"/>
<constraint firstAttribute="trailing" secondItem="LcM-on-3Rs" secondAttribute="trailing" id="jpn-Lu-etB"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="-120.28985507246378" y="-88.727678571428569"/>
</view>
</objects>
<resources>
<image name="common-copy" width="20" height="20"/>
<namedColor name="TextCoal">
<color red="0.10999999940395355" green="0.11800000071525574" blue="0.1289999932050705" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>