杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" 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="22685"/>
        <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="ChooseOptView" customModule="XQMuse" 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="7hd-X4-jnx">
                    <rect key="frame" x="0.0" y="697" width="393" height="155"/>
                    <subviews>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kna-Ip-6Bx">
                            <rect key="frame" x="0.0" y="57" width="393" height="56"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="56" id="gEr-Pp-xqo"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" 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" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="0.90000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
                            </state>
                            <connections>
                                <action selector="cancelAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="M22-Kg-s2o"/>
                            </connections>
                        </button>
                        <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="qay-oH-tG7">
                            <rect key="frame" x="0.0" y="0.0" width="393" height="56"/>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="56" id="uir-ga-z0g"/>
                            </constraints>
                        </tableView>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dpN-jw-hER">
                            <rect key="frame" x="0.0" y="56" width="393" height="1"/>
                            <color key="backgroundColor" red="0.59215686274509804" green="0.59215686274509804" blue="0.59215686274509804" alpha="0.080000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="1" id="r8G-HJ-2pB"/>
                            </constraints>
                        </view>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="dpN-jw-hER" firstAttribute="leading" secondItem="7hd-X4-jnx" secondAttribute="leading" id="0Mz-qH-S7E"/>
                        <constraint firstItem="kna-Ip-6Bx" firstAttribute="leading" secondItem="7hd-X4-jnx" secondAttribute="leading" id="2hD-56-mub"/>
                        <constraint firstAttribute="bottomMargin" secondItem="kna-Ip-6Bx" secondAttribute="bottom" id="CZq-RJ-SgM"/>
                        <constraint firstItem="dpN-jw-hER" firstAttribute="top" secondItem="qay-oH-tG7" secondAttribute="bottom" id="EgY-36-Rv7"/>
                        <constraint firstItem="dpN-jw-hER" firstAttribute="top" secondItem="qay-oH-tG7" secondAttribute="bottom" id="Ird-Ph-U3G"/>
                        <constraint firstItem="qay-oH-tG7" firstAttribute="leading" secondItem="7hd-X4-jnx" secondAttribute="leading" id="J4F-q7-cVV"/>
                        <constraint firstAttribute="trailing" secondItem="qay-oH-tG7" secondAttribute="trailing" id="K2S-zI-gMA"/>
                        <constraint firstItem="kna-Ip-6Bx" firstAttribute="top" secondItem="dpN-jw-hER" secondAttribute="bottom" id="gMw-Yj-rrf"/>
                        <constraint firstAttribute="trailing" secondItem="kna-Ip-6Bx" secondAttribute="trailing" id="iJy-rf-I9w"/>
                        <constraint firstAttribute="trailing" secondItem="dpN-jw-hER" secondAttribute="trailing" id="ssg-as-5Kn"/>
                        <constraint firstItem="qay-oH-tG7" firstAttribute="top" secondItem="7hd-X4-jnx" secondAttribute="top" id="ydC-Vg-0F3"/>
                    </constraints>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="Eor-ew-SMj"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstAttribute="bottom" secondItem="7hd-X4-jnx" secondAttribute="bottom" id="BTa-FL-IQa"/>
                <constraint firstItem="7hd-X4-jnx" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="c5H-tP-bEh"/>
                <constraint firstAttribute="trailing" secondItem="7hd-X4-jnx" secondAttribute="trailing" id="msX-tJ-Wk6"/>
            </constraints>
            <connections>
                <outlet property="cons_bottom" destination="BTa-FL-IQa" id="U1i-Ow-Lpd"/>
                <outlet property="cons_cancel_bottom" destination="CZq-RJ-SgM" id="Ing-kw-4fE"/>
                <outlet property="cons_hight" destination="uir-ga-z0g" id="J81-3E-ScT"/>
                <outlet property="tableView" destination="qay-oH-tG7" id="4oP-yA-wHr"/>
                <outlet property="view_container" destination="7hd-X4-jnx" id="uLl-Sn-M7n"/>
            </connections>
            <point key="canvasLocation" x="81.679389312977094" y="20.422535211267608"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>