无故事王国
2023-10-25 158f3707711ad4be78a55dc73a98aa1c9acda0dd
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21678"/>
        <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="PhotoPickerView" customModule="BrokerDriver" 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="jKc-rR-BwC">
                    <rect key="frame" x="0.0" y="652" width="393" height="200"/>
                    <subviews>
                        <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="uGp-fC-fEa">
                            <rect key="frame" x="0.0" y="0.0" width="393" height="135"/>
                            <subviews>
                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="u7B-1i-jKr" customClass="QMUIButton">
                                    <rect key="frame" x="0.0" y="0.0" width="393" height="45"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="45" id="AiZ-5h-7S4"/>
                                    </constraints>
                                    <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                    <state key="normal" title="Photograph" image="btn_camera">
                                        <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    </state>
                                    <connections>
                                        <action selector="openAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Dls-4e-fDr"/>
                                    </connections>
                                </button>
                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F5s-WR-9Ue" customClass="QMUIButton">
                                    <rect key="frame" x="0.0" y="45" width="393" height="45"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="45" id="cv5-1I-EFp"/>
                                    </constraints>
                                    <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                    <state key="normal" title="Album" image="btn_pic">
                                        <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    </state>
                                    <connections>
                                        <action selector="openAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="WLi-yi-GWM"/>
                                    </connections>
                                </button>
                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XGQ-yn-xqO" customClass="QMUIButton">
                                    <rect key="frame" x="0.0" y="90" width="393" height="45"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="45" id="yJn-9m-4ru"/>
                                    </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="Cancel">
                                        <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    </state>
                                    <connections>
                                        <action selector="cancelAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Uvf-ai-qeh"/>
                                    </connections>
                                </button>
                            </subviews>
                        </stackView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="200" id="A5L-sv-upc"/>
                        <constraint firstAttribute="trailing" secondItem="uGp-fC-fEa" secondAttribute="trailing" id="Dd8-kk-Rt6"/>
                        <constraint firstItem="uGp-fC-fEa" firstAttribute="top" secondItem="jKc-rR-BwC" secondAttribute="top" id="aUF-Hh-BeO"/>
                        <constraint firstItem="uGp-fC-fEa" firstAttribute="leading" secondItem="jKc-rR-BwC" secondAttribute="leading" id="w3F-sM-unJ"/>
                    </constraints>
                </view>
            </subviews>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="jKc-rR-BwC" secondAttribute="trailing" id="6PS-UH-U1f"/>
                <constraint firstItem="jKc-rR-BwC" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="fyG-P5-eEN"/>
                <constraint firstAttribute="bottom" secondItem="jKc-rR-BwC" secondAttribute="bottom" id="oe8-bz-d27"/>
            </constraints>
            <connections>
                <outlet property="btn_1" destination="u7B-1i-jKr" id="bhY-li-6G2"/>
                <outlet property="btn_2" destination="F5s-WR-9Ue" id="irv-FE-VZ6"/>
                <outlet property="view_container" destination="jKc-rR-BwC" id="MHX-eG-99p"/>
                <outlet property="view_heiCons" destination="A5L-sv-upc" id="HwW-Z9-QBf"/>
            </connections>
            <point key="canvasLocation" x="132" y="21"/>
        </view>
    </objects>
    <resources>
        <image name="btn_camera" width="16" height="14"/>
        <image name="btn_pic" width="16" height="14"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>