admin
2022-01-17 b63ed504f6d1e652d9fbd67c1490e7821b159c75
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LeftViewController">
            <connections>
                <outlet property="LeftBackGroundView" destination="QEM-mP-3cf" id="1I4-I8-XOG"/>
                <outlet property="LeftImageIcon" destination="fYV-gT-8iA" id="85n-k2-Obo"/>
                <outlet property="LeftLoginBtn" destination="vJq-5r-coT" id="egL-Yn-IKh"/>
                <outlet property="LeftTableView" destination="9lj-t4-Re2" id="neX-xO-dLd"/>
                <outlet property="LeftbackgroundH" destination="UPy-jU-CfA" id="C4I-aH-Coc"/>
                <outlet property="MarkToMain" destination="dki-s9-h4v" id="2mG-fB-ENQ"/>
                <outlet property="headerImageview" destination="FSC-YP-ZG2" id="ikf-pd-uqW"/>
                <outlet property="imageBGTopSpace" destination="U1o-hc-1Qp" id="Tm2-RH-5Ie"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="QEM-mP-3cf">
                    <rect key="frame" x="0.0" y="40" width="375" height="120"/>
                    <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="120" id="UPy-jU-CfA"/>
                    </constraints>
                </imageView>
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="用户默认" translatesAutoresizingMaskIntoConstraints="NO" id="FSC-YP-ZG2">
                    <rect key="frame" x="15" y="75" width="65" height="65"/>
                </imageView>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fYV-gT-8iA">
                    <rect key="frame" x="15" y="75" width="65" height="65"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="65" id="5J4-ZM-XWr"/>
                        <constraint firstAttribute="height" constant="65" id="HOE-lD-ycV"/>
                    </constraints>
                </button>
                <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="9lj-t4-Re2">
                    <rect key="frame" x="4" y="170" width="371" height="497"/>
                    <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <color key="sectionIndexBackgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                </tableView>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vJq-5r-coT">
                    <rect key="frame" x="85" y="100" width="187.5" height="30"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="30" id="cJu-rD-mvM"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                    <state key="normal" title="立即登录"/>
                </button>
            </subviews>
            <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="FSC-YP-ZG2" firstAttribute="width" secondItem="fYV-gT-8iA" secondAttribute="width" id="0C2-2z-WGv"/>
                <constraint firstItem="vJq-5r-coT" firstAttribute="leading" secondItem="fYV-gT-8iA" secondAttribute="trailing" constant="5" id="259-n6-96L"/>
                <constraint firstItem="9lj-t4-Re2" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="4" id="LTi-Lj-Vck"/>
                <constraint firstItem="FSC-YP-ZG2" firstAttribute="top" secondItem="fYV-gT-8iA" secondAttribute="top" id="S18-pM-7SU"/>
                <constraint firstItem="QEM-mP-3cf" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="40" id="U1o-hc-1Qp"/>
                <constraint firstItem="9lj-t4-Re2" firstAttribute="top" secondItem="QEM-mP-3cf" secondAttribute="bottom" constant="10" id="ZTh-BC-nOZ"/>
                <constraint firstItem="vJq-5r-coT" firstAttribute="bottom" secondItem="fYV-gT-8iA" secondAttribute="bottom" constant="-10" id="Zxk-3Z-WLW"/>
                <constraint firstItem="FSC-YP-ZG2" firstAttribute="leading" secondItem="fYV-gT-8iA" secondAttribute="leading" id="bY8-Io-Uf8"/>
                <constraint firstItem="vJq-5r-coT" firstAttribute="width" secondItem="QEM-mP-3cf" secondAttribute="width" multiplier="1:2" id="cwS-2c-CWy"/>
                <constraint firstAttribute="trailing" secondItem="QEM-mP-3cf" secondAttribute="trailing" id="dki-s9-h4v"/>
                <constraint firstAttribute="bottom" secondItem="9lj-t4-Re2" secondAttribute="bottom" id="fiW-ny-tg7"/>
                <constraint firstItem="9lj-t4-Re2" firstAttribute="width" secondItem="QEM-mP-3cf" secondAttribute="width" constant="-4" id="haf-el-vIK"/>
                <constraint firstItem="9lj-t4-Re2" firstAttribute="top" secondItem="fYV-gT-8iA" secondAttribute="bottom" constant="30" id="oZ7-ap-nKJ"/>
                <constraint firstItem="FSC-YP-ZG2" firstAttribute="height" secondItem="fYV-gT-8iA" secondAttribute="height" id="w3k-sb-jui"/>
                <constraint firstItem="fYV-gT-8iA" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="15" id="xEE-Rt-gwj"/>
                <constraint firstItem="QEM-mP-3cf" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="xxp-Ty-abf"/>
            </constraints>
            <point key="canvasLocation" x="326.5" y="272.5"/>
        </view>
        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="bfY-xc-ov2">
            <rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <point key="canvasLocation" x="547" y="274"/>
        </imageView>
        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" id="ZfB-TX-ZCe">
            <rect key="frame" x="0.0" y="0.0" width="46" height="30"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <state key="normal" title="Button"/>
            <point key="canvasLocation" x="605" y="215"/>
        </button>
    </objects>
    <resources>
        <image name="用户默认" width="58" height="58"/>
    </resources>
</document>