r
6 天以前 24182a847205ad81c759a0d173cc0e12fcd5a149
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" 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="23506"/>
        <capability name="Named colors" minToolsVersion="9.0"/>
        <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"/>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="StudentChoose3View" customModule="WanPai" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9yz-Qc-Cau">
                    <rect key="frame" x="0.0" y="515" width="393" height="337"/>
                    <subviews>
                        <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="RVR-I2-WIW">
                            <rect key="frame" x="0.0" y="55" width="393" height="166"/>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="166" id="avm-S6-ZNq"/>
                            </constraints>
                        </tableView>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kok-Iq-wbY">
                            <rect key="frame" x="100" y="237" width="193" height="40"/>
                            <color key="backgroundColor" name="FE6E0D"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="Npf-BG-cbb"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" title="确认">
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                            </state>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                    <real key="value" value="20"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                            <connections>
                                <action selector="completeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="HjH-mE-ZuH"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DSm-33-mVo" customClass="QMUIButton">
                            <rect key="frame" x="223" y="23" width="155" height="25"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="25" id="B2b-1b-rhb"/>
                            </constraints>
                            <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" title="添加或绑定新的使用者" image="btn_add_1">
                                <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.56999999999999995" colorSpace="custom" customColorSpace="sRGB"/>
                            </state>
                            <connections>
                                <action selector="addPersionAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="T3h-5J-DpR"/>
                            </connections>
                        </button>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="Kok-Iq-wbY" secondAttribute="trailing" constant="100" id="2t6-u5-lt8"/>
                        <constraint firstItem="Kok-Iq-wbY" firstAttribute="leading" secondItem="9yz-Qc-Cau" secondAttribute="leading" constant="100" id="42A-F9-mL2"/>
                        <constraint firstAttribute="trailing" secondItem="RVR-I2-WIW" secondAttribute="trailing" id="4l4-n1-iIi"/>
                        <constraint firstAttribute="bottomMargin" secondItem="Kok-Iq-wbY" secondAttribute="bottom" constant="18" id="ICh-yU-E5x"/>
                        <constraint firstItem="RVR-I2-WIW" firstAttribute="leading" secondItem="9yz-Qc-Cau" secondAttribute="leading" id="WY0-F8-PsD"/>
                        <constraint firstItem="DSm-33-mVo" firstAttribute="top" secondItem="9yz-Qc-Cau" secondAttribute="top" constant="23" id="dsL-wg-Yk0"/>
                        <constraint firstItem="RVR-I2-WIW" firstAttribute="top" secondItem="DSm-33-mVo" secondAttribute="bottom" constant="7" id="hZS-Ui-rG0"/>
                        <constraint firstAttribute="trailing" secondItem="DSm-33-mVo" secondAttribute="trailing" constant="15" id="jbx-3W-n73"/>
                        <constraint firstItem="Kok-Iq-wbY" firstAttribute="top" secondItem="RVR-I2-WIW" secondAttribute="bottom" constant="16" id="l4f-q6-6ip"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uKH-36-7Ze">
                    <rect key="frame" x="0.0" y="59" width="393" height="456"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <connections>
                        <action selector="closeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="cwa-3Q-Pyu"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="9yz-Qc-Cau" secondAttribute="trailing" id="Hl3-TY-Za3"/>
                <constraint firstAttribute="bottom" secondItem="9yz-Qc-Cau" secondAttribute="bottom" id="Sxv-J1-E4B"/>
                <constraint firstItem="uKH-36-7Ze" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="TuZ-wR-mdw"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="uKH-36-7Ze" secondAttribute="trailing" id="bdP-OP-KUJ"/>
                <constraint firstItem="9yz-Qc-Cau" firstAttribute="top" secondItem="uKH-36-7Ze" secondAttribute="bottom" id="gdn-da-dpM"/>
                <constraint firstItem="9yz-Qc-Cau" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="qoT-0I-skc"/>
                <constraint firstItem="uKH-36-7Ze" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="rdG-6M-CUG"/>
            </constraints>
            <connections>
                <outlet property="btn_add" destination="DSm-33-mVo" id="jTr-Zg-DSH"/>
                <outlet property="cons_bottom" destination="Sxv-J1-E4B" id="FZP-9d-3Lu"/>
                <outlet property="cons_tableHei" destination="avm-S6-ZNq" id="ha2-cb-a8z"/>
                <outlet property="tableView" destination="RVR-I2-WIW" id="EXr-9d-rA2"/>
                <outlet property="view_container" destination="9yz-Qc-Cau" id="fsV-0r-d2e"/>
            </connections>
            <point key="canvasLocation" x="139" y="21"/>
        </view>
    </objects>
    <resources>
        <image name="btn_add_1" width="16" height="16"/>
        <namedColor name="FE6E0D">
            <color red="0.99199998378753662" green="0.53299999237060547" blue="0.0080000003799796104" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>