Files

83 lines
5.8 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_Regular.ttf">
<string>GolosUI-Regular</string>
</array>
</customFonts>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AccountOnboardingAddPrivateKey" customModule="Wallet" customModuleProvider="target">
<connections>
<outlet property="submitButton" destination="w3p-R7-0Wl" id="g5U-df-qa5"/>
<outlet property="textField" destination="TQ2-DN-Ybv" id="Xji-G3-nWl"/>
</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="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="32" translatesAutoresizingMaskIntoConstraints="NO" id="94C-Qo-pfO">
<rect key="frame" x="12" y="56" width="390" height="794"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TQ2-DN-Ybv" customClass="CommonTextField" customModule="Wallet" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="390" height="714"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="lzTitle" value="account.manual.field"/>
<userDefinedRuntimeAttribute type="string" keyPath="lzPlaceholder" value="account.manual.field"/>
</userDefinedRuntimeAttributes>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="w3p-R7-0Wl" customClass="CommonButtonAction" customModule="Wallet" customModuleProvider="target">
<rect key="frame" x="0.0" y="746" width="390" height="48"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="tPn-2H-qwo"/>
</constraints>
<fontDescription key="fontDescription" name="GolosUI-Regular" 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="account.onboarding.keys.use.own.check"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="onCheckClicked:" destination="-1" eventType="touchUpInside" id="hf7-sA-A3f"/>
</connections>
</button>
</subviews>
</stackView>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="94C-Qo-pfO" secondAttribute="bottom" constant="12" id="6lD-Qt-bt7"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="94C-Qo-pfO" secondAttribute="trailing" constant="12" id="hk8-tr-wCb"/>
<constraint firstItem="94C-Qo-pfO" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="12" id="jmX-DV-O92"/>
<constraint firstItem="94C-Qo-pfO" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="12" id="mTa-D6-8ZO"/>
</constraints>
<point key="canvasLocation" x="139" y="108"/>
</view>
</objects>
<designables>
<designable name="w3p-R7-0Wl">
<size key="intrinsicContentSize" width="279" height="17"/>
</designable>
</designables>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>