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

80 lines
5.5 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>
<customFonts key="customFonts">
<array key="Golos-UI_Medium.ttf">
<string>GolosUI-Medium</string>
</array>
</customFonts>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CryptoChatViewCreateChat" customModule="PayCash" customModuleProvider="target">
<connections>
<outlet property="submitButton" destination="LNY-lj-mQo" id="6cK-xj-3a4"/>
<outlet property="textField" destination="1aQ-Sy-7P4" id="9yN-3r-HWt"/>
</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="543"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="32" translatesAutoresizingMaskIntoConstraints="NO" id="jmo-ez-9ve">
<rect key="frame" x="12" y="12" width="390" height="519"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1aQ-Sy-7P4" customClass="CommonTextField" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="390" height="439"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LNY-lj-mQo" customClass="CommonButtonAction" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="0.0" y="471" width="390" height="48"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="bsF-1W-5is"/>
</constraints>
<fontDescription key="fontDescription" name="GolosUI-Medium" family="Golos UI" pointSize="16"/>
<state key="normal" title="Button">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
<integer key="value" value="20"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="string" keyPath="lzTitle" value="cryptoChat.chats.createChatButton"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="onSubmit:" destination="-1" eventType="touchUpInside" id="0Fy-RQ-kzn"/>
</connections>
</button>
</subviews>
</stackView>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="jmo-ez-9ve" secondAttribute="trailing" constant="12" id="DA4-jS-OZo"/>
<constraint firstItem="jmo-ez-9ve" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="12" id="Ohq-2P-T3S"/>
<constraint firstItem="jmo-ez-9ve" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="12" id="hCJ-ch-cIQ"/>
<constraint firstAttribute="bottom" secondItem="jmo-ez-9ve" secondAttribute="bottom" constant="12" id="rgu-aQ-gKJ"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="60.869565217391312" y="37.834821428571423"/>
</view>
</objects>
<designables>
<designable name="LNY-lj-mQo">
<size key="intrinsicContentSize" width="49" height="31"/>
</designable>
</designables>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>