72 lines
6.5 KiB
XML
72 lines
6.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="BankView">
|
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="t8f-BG-Vzb">
|
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
<state key="normal">
|
|
<color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</state>
|
|
<connections>
|
|
<action selector="dismissAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="7MX-iT-sAu"/>
|
|
</connections>
|
|
</button>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RSo-3d-7oa">
|
|
<rect key="frame" x="0.0" y="852" width="393" height="400"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请选择国家地区" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ick-K1-kEm">
|
|
<rect key="frame" x="136" y="20" width="121.33333333333331" height="21"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="r0P-rW-aqh">
|
|
<rect key="frame" x="0.0" y="61" width="393" height="339"/>
|
|
<color key="backgroundColor" red="0.17254901959999999" green="0.17254901959999999" blue="0.18039215689999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
</tableView>
|
|
</subviews>
|
|
<color key="backgroundColor" red="0.17254901959999999" green="0.17254901959999999" blue="0.18039215689999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
<constraints>
|
|
<constraint firstItem="Ick-K1-kEm" firstAttribute="centerX" secondItem="RSo-3d-7oa" secondAttribute="centerX" id="HJR-vh-rDi"/>
|
|
<constraint firstAttribute="bottom" secondItem="r0P-rW-aqh" secondAttribute="bottom" id="HOS-gx-zBk"/>
|
|
<constraint firstItem="Ick-K1-kEm" firstAttribute="top" secondItem="RSo-3d-7oa" secondAttribute="top" constant="20" id="ZNl-9z-z2E"/>
|
|
<constraint firstItem="r0P-rW-aqh" firstAttribute="top" secondItem="Ick-K1-kEm" secondAttribute="bottom" constant="20" id="cb6-0J-zjE"/>
|
|
<constraint firstItem="r0P-rW-aqh" firstAttribute="width" secondItem="RSo-3d-7oa" secondAttribute="width" id="gxp-ZS-n2H"/>
|
|
<constraint firstAttribute="height" constant="400" id="hM4-Tb-ODH"/>
|
|
<constraint firstItem="r0P-rW-aqh" firstAttribute="centerX" secondItem="RSo-3d-7oa" secondAttribute="centerX" id="xcg-zW-sKs"/>
|
|
</constraints>
|
|
</view>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="RSo-3d-7oa" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="Gji-Wf-AeP"/>
|
|
<constraint firstItem="t8f-BG-Vzb" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Pgp-eJ-elg"/>
|
|
<constraint firstItem="t8f-BG-Vzb" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="Rdv-af-t2d"/>
|
|
<constraint firstItem="RSo-3d-7oa" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="YoS-ht-Y4q"/>
|
|
<constraint firstItem="t8f-BG-Vzb" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="bvq-I6-DuQ"/>
|
|
<constraint firstAttribute="bottom" secondItem="RSo-3d-7oa" secondAttribute="bottom" constant="-400" id="kJH-o8-SaK"/>
|
|
<constraint firstItem="t8f-BG-Vzb" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="tq0-lr-KrS"/>
|
|
</constraints>
|
|
<connections>
|
|
<outlet property="bankTableView" destination="r0P-rW-aqh" id="7ay-2d-uRe"/>
|
|
<outlet property="bottomConstraint" destination="kJH-o8-SaK" id="vlb-Md-tpg"/>
|
|
<outlet property="mainView" destination="RSo-3d-7oa" id="XA7-jR-B1T"/>
|
|
<outlet property="titleLabel" destination="Ick-K1-kEm" id="qX5-R1-9dI"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="140" y="20"/>
|
|
</view>
|
|
</objects>
|
|
</document>
|