杨锴
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?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="CommonDatePickerView" customModule="XQMuse" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="393" height="884"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LlT-YL-J0Q">
                    <rect key="frame" x="0.0" y="610" width="393" height="274"/>
                    <subviews>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dpS-e7-aKH">
                            <rect key="frame" x="206.66666666666663" y="178" width="145.33333333333337" height="40"/>
                            <color key="backgroundColor" red="0.6705882353" green="0.8980392157" blue="0.68627450980000004" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="x1W-VM-Uo8"/>
                            </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="确定"/>
                            <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="O51-A6-ZdT"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KFX-Q3-Kqk">
                            <rect key="frame" x="41" y="178" width="145.66666666666666" height="40"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="eKI-nE-L1q"/>
                            </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" red="0.6705882353" green="0.8980392157" blue="0.68627450980000004" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            </state>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                                <userDefinedRuntimeAttribute type="color" keyPath="jq_xibBorderColor">
                                    <color key="value" red="0.6705882353" green="0.8980392157" blue="0.68627450980000004" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                    <real key="value" value="20"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="number" keyPath="jq_xibBorderWidth">
                                    <real key="value" value="1"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                            <connections>
                                <action selector="hiddenAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="FOa-f9-tFF"/>
                            </connections>
                        </button>
                        <pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hoo-LT-8SC">
                            <rect key="frame" x="0.0" y="22" width="393" height="156"/>
                        </pickerView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="width" secondItem="LlT-YL-J0Q" secondAttribute="height" multiplier="1:0.6974" id="7tH-gw-xNR"/>
                        <constraint firstItem="dpS-e7-aKH" firstAttribute="top" secondItem="hoo-LT-8SC" secondAttribute="bottom" id="E4y-xc-NXb"/>
                        <constraint firstItem="dpS-e7-aKH" firstAttribute="leading" secondItem="KFX-Q3-Kqk" secondAttribute="trailing" constant="20" id="EUP-ZJ-QpQ"/>
                        <constraint firstAttribute="trailing" secondItem="hoo-LT-8SC" secondAttribute="trailing" id="GVC-yd-v1o"/>
                        <constraint firstItem="KFX-Q3-Kqk" firstAttribute="leading" secondItem="LlT-YL-J0Q" secondAttribute="leading" constant="41" id="QuD-1k-8fM"/>
                        <constraint firstAttribute="trailing" secondItem="dpS-e7-aKH" secondAttribute="trailing" constant="41" id="Wqf-jx-119"/>
                        <constraint firstItem="dpS-e7-aKH" firstAttribute="top" secondItem="KFX-Q3-Kqk" secondAttribute="top" id="dzX-7f-D80"/>
                        <constraint firstItem="hoo-LT-8SC" firstAttribute="top" secondItem="LlT-YL-J0Q" secondAttribute="top" constant="22" id="ej6-ch-D31"/>
                        <constraint firstItem="dpS-e7-aKH" firstAttribute="width" secondItem="KFX-Q3-Kqk" secondAttribute="width" id="pGj-Ve-Sd4"/>
                        <constraint firstItem="hoo-LT-8SC" firstAttribute="leading" secondItem="LlT-YL-J0Q" secondAttribute="leading" id="q8I-Kr-v9b"/>
                        <constraint firstAttribute="bottomMargin" secondItem="dpS-e7-aKH" secondAttribute="bottom" constant="14" id="raj-SV-MKK"/>
                    </constraints>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="LlT-YL-J0Q" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="JEn-02-e3Y"/>
                <constraint firstAttribute="bottom" secondItem="LlT-YL-J0Q" secondAttribute="bottom" id="Kqx-AY-yaK"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="LlT-YL-J0Q" secondAttribute="trailing" id="UBC-PC-9qN"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <connections>
                <outlet property="cons_bottom" destination="Kqx-AY-yaK" id="oTJ-KY-ZVM"/>
                <outlet property="pickerView" destination="hoo-LT-8SC" id="nrS-c6-gyo"/>
                <outlet property="view_container" destination="LlT-YL-J0Q" id="L2L-P4-tc6"/>
            </connections>
            <point key="canvasLocation" x="72.51908396946564" y="31.690140845070424"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>