60 lines
4.6 KiB
XML
60 lines
4.6 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="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="CommonViewWarning" customModule="PayCash" customModuleProvider="target">
|
|
<connections>
|
|
<outlet property="imageInfo" destination="ryS-pu-mjH" id="3ez-O4-mxT"/>
|
|
<outlet property="textLbl" destination="Wda-rk-afr" id="PKZ-6p-yLw"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view clipsSubviews="YES" contentMode="scaleToFill" id="iN0-l3-epB" customClass="CommonView" customModule="PayCash" customModuleProvider="target">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="common-warning" translatesAutoresizingMaskIntoConstraints="NO" id="ryS-pu-mjH">
|
|
<rect key="frame" x="9" y="11" width="26" height="28"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="28" id="KP1-Ba-ccF"/>
|
|
<constraint firstAttribute="width" constant="26" id="Xf0-oe-xr4"/>
|
|
</constraints>
|
|
</imageView>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wda-rk-afr">
|
|
<rect key="frame" x="47" y="8" width="355" height="34"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<constraints>
|
|
<constraint firstItem="Wda-rk-afr" firstAttribute="leading" secondItem="ryS-pu-mjH" secondAttribute="trailing" constant="12" id="08c-e8-Ot5"/>
|
|
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="ryS-pu-mjH" secondAttribute="bottom" constant="11" id="GUw-kC-rqI"/>
|
|
<constraint firstItem="Wda-rk-afr" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="8" id="Jme-Zg-aHw"/>
|
|
<constraint firstItem="ryS-pu-mjH" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="11" id="R6n-tA-5c4"/>
|
|
<constraint firstItem="ryS-pu-mjH" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="9" id="fSx-Ck-hEs"/>
|
|
<constraint firstAttribute="trailing" secondItem="Wda-rk-afr" secondAttribute="trailing" constant="12" id="mmC-Zj-kGZ"/>
|
|
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="Wda-rk-afr" secondAttribute="bottom" constant="8" id="ryT-mF-CBG"/>
|
|
</constraints>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
<userDefinedRuntimeAttributes>
|
|
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
|
<real key="value" value="8"/>
|
|
</userDefinedRuntimeAttribute>
|
|
</userDefinedRuntimeAttributes>
|
|
<point key="canvasLocation" x="4" y="-33"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="common-warning" width="28" height="28"/>
|
|
</resources>
|
|
</document>
|