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

82 lines
6.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17506" 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="17505"/>
<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="AccountViewPassword" customModule="PayCash" customModuleProvider="target">
<connections>
<outlet property="newPasswordTxtFld" destination="7ye-mf-dHw" id="LGY-Wz-3Wc"/>
<outlet property="passwordTxtFld" destination="fyQ-lv-aEN" id="Vrl-d4-Fdb"/>
<outlet property="submitBtn" destination="eta-Uw-gkM" id="PW1-ce-E08"/>
</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="340"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="24" translatesAutoresizingMaskIntoConstraints="NO" id="tgS-Rc-JoB">
<rect key="frame" x="12" y="0.0" width="390" height="332"/>
<subviews>
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fyQ-lv-aEN" customClass="CommonTextField" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="390" height="194"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="lzTitle" value="account.password.current"/>
<userDefinedRuntimeAttribute type="string" keyPath="lzPlaceholder" value="account.password.current"/>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7ye-mf-dHw" customClass="CommonTextField" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="0.0" y="218" width="390" height="42"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="lzTitle" value="account.password.new"/>
<userDefinedRuntimeAttribute type="string" keyPath="lzPlaceholder" value="account.password.new"/>
</userDefinedRuntimeAttributes>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eta-Uw-gkM" customClass="CommonButtonAction" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="0.0" y="284" width="390" height="48"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="VED-rU-7qM"/>
</constraints>
<state key="normal" title="Button"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="lzTitle" value="account.password.submit"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="onSubmit:" destination="-1" eventType="touchUpInside" id="dps-Zr-FyL"/>
</connections>
</button>
</subviews>
</stackView>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="tgS-Rc-JoB" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="12" id="diU-Sv-qJy"/>
<constraint firstItem="tgS-Rc-JoB" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="elq-0F-OXS"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="tgS-Rc-JoB" secondAttribute="bottom" constant="8" id="gwy-w9-bTt"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="tgS-Rc-JoB" secondAttribute="trailing" constant="12" id="mOm-g1-ync"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="137.68115942028987" y="-60.9375"/>
</view>
</objects>
<designables>
<designable name="eta-Uw-gkM">
<size key="intrinsicContentSize" width="54" height="34"/>
</designable>
</designables>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>